summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-08 10:13:05 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-14 07:07:06 +0200
commit87580f6a49f2299971a7cb7f5a3a90415ad8b24b (patch)
tree30a4f428424829656a46fb7864264e60b3112357 /desktop
parent0c456383c10d5b468b78fd5bc407be219402785f (diff)
Fix typo
Change-Id: Ied41845bd6c2e42e14a16c72c1e7d3a527502375 Reviewed-on: https://gerrit.libreoffice.org/72261 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/migration/migration_impl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/migration/migration_impl.hxx b/desktop/source/migration/migration_impl.hxx
index f065ab1b5f39..c4eb5ed8f07d 100644
--- a/desktop/source/migration/migration_impl.hxx
+++ b/desktop/source/migration/migration_impl.hxx
@@ -81,7 +81,7 @@ inline bool areBothOpenFrom(OUString const & cmd1, OUString const & cmd2)
/**
define the item, e.g.:menuitem, toolbaritem, to be migrated. we keep the information
- of the command URL, the previous sibling node and the parent node of a item
+ of the command URL, the previous sibling node and the parent node of an item
*/
struct MigrationItem
{