summaryrefslogtreecommitdiffstats
path: root/src/actions/actions-output.cpp
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2019-01-14 12:32:38 +0000
committerluz.paz <luzpaz@users.noreply.github.com>2019-01-14 12:32:38 +0000
commitc74cd14f7ec7a98ec1319539faac2fce06f8655c (patch)
treefcaad78e89d45ee7c1ba5304c8a5fe9129775fab /src/actions/actions-output.cpp
parentMerge !482 (diff)
downloadinkscape-c74cd14f7ec7a98ec1319539faac2fce06f8655c.tar.gz
inkscape-c74cd14f7ec7a98ec1319539faac2fce06f8655c.zip
Misc. typo and whitespace fixes
Found via `codespell` and `atom editor`
Diffstat (limited to 'src/actions/actions-output.cpp')
-rw-r--r--src/actions/actions-output.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions/actions-output.cpp b/src/actions/actions-output.cpp
index 1d6946553..f10781890 100644
--- a/src/actions/actions-output.cpp
+++ b/src/actions/actions-output.cpp
@@ -18,7 +18,7 @@
#include "inkscape.h" // Inkscape::Application
-// Actions for command line output (should be intergrated with file dialog).
+// Actions for command line output (should be integrated with file dialog).
// These actions are currently stateless and result in changes to an instance of the
// InkFileExportCmd class owned by the application.