summaryrefslogtreecommitdiffstats
path: root/src/preferences.cpp
diff options
context:
space:
mode:
authorJabiertxo Arraiza Cenoz <jtx@jtx-desktop.markerlab.es>2017-11-10 18:57:54 +0000
committerJabiertxo Arraiza Cenoz <jtx@jtx-desktop.markerlab.es>2017-11-10 18:57:54 +0000
commitdc6c4dc337aa2ad766cada2eb06fe4c186a89d14 (patch)
tree3fc8d3fd109b7c89751183b8be880e856be5ff34 /src/preferences.cpp
parentMerge branch 'master' into powerpencil (diff)
parentRemoving regects (diff)
downloadinkscape-dc6c4dc337aa2ad766cada2eb06fe4c186a89d14.tar.gz
inkscape-dc6c4dc337aa2ad766cada2eb06fe4c186a89d14.zip
Merge branch 'master' into powerpencil
Diffstat (limited to 'src/preferences.cpp')
-rw-r--r--src/preferences.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/preferences.cpp b/src/preferences.cpp
index b02e71e46..958e879f8 100644
--- a/src/preferences.cpp
+++ b/src/preferences.cpp
@@ -774,7 +774,7 @@ void Preferences::_setRawValue(Glib::ustring const &path, Glib::ustring const &v
node->setAttribute(attr_key.c_str(), value.c_str());
}
-// The _extract* methods are where the actual wrok is done - they define how preferences are stored
+// The _extract* methods are where the actual work is done - they define how preferences are stored
// in the XML file.
bool Preferences::_extractBool(Entry const &v)