summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/input.cpp
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2017-11-07 23:11:54 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2017-11-07 23:11:54 +0000
commit51639504fbee801b07900b8ffeef069157d298cb (patch)
tree6aec1edd9cfaf33d18e8f2cb61e90bcfaf99b9e1 /src/ui/dialog/input.cpp
parentFixes to CPU (diff)
parentMerge branch 'luzpaz/inkscape-typos' (!119) (diff)
downloadinkscape-51639504fbee801b07900b8ffeef069157d298cb.tar.gz
inkscape-51639504fbee801b07900b8ffeef069157d298cb.zip
Merge branch 'master' into fixSymbolsCpuProblems
Diffstat (limited to 'src/ui/dialog/input.cpp')
-rw-r--r--src/ui/dialog/input.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/input.cpp b/src/ui/dialog/input.cpp
index 5b316936d..5a27056f3 100644
--- a/src/ui/dialog/input.cpp
+++ b/src/ui/dialog/input.cpp
@@ -559,7 +559,7 @@ Glib::RefPtr<Gdk::Pixbuf> InputDialogImpl::getPix(PixId id)
}
-// Now that we've defined the *Impl class, we can do the method to aquire one.
+// Now that we've defined the *Impl class, we can do the method to acquire one.
InputDialog &InputDialog::getInstance()
{
InputDialog *dialog = new InputDialogImpl();