diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-01-04 12:44:22 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-01-07 12:29:04 +0000 |
commit | 597e694e7e3264cf5d42b177bec38585ccb21232 (patch) | |
tree | dd4082a99cb600f9e0cf09dfaeee1174f26f46d7 /configmgr/source/dconf.cxx | |
parent | 5e0d36adc3f7f245edfc79230d0871017ba15d5d (diff) |
Fix typos
Change-Id: I90b04b8eda6fc3d530c9db72052720cbe9de0343
Reviewed-on: https://gerrit.libreoffice.org/21197
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'configmgr/source/dconf.cxx')
-rw-r--r-- | configmgr/source/dconf.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/dconf.cxx b/configmgr/source/dconf.cxx index cc307e47a845..3ae2716d4348 100644 --- a/configmgr/source/dconf.cxx +++ b/configmgr/source/dconf.cxx @@ -54,7 +54,7 @@ extern "C" { // * The names of set element nodes are encoded as dconf path segments as // follows: each occurrence of U+0000 NULL is replace by the three characters // "\00", each occurrence of U+002F SOLIDUS is replaced by the three -// characters "\2F", and each ocurrence of U+005C REVERSE SOLIDUS is replaced +// characters "\2F", and each occurrence of U+005C REVERSE SOLIDUS is replaced // by the three characters "\5C". // // * Set elements (which must themselves be either sets or groups) map to |