diff options
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 |