diff options
| author | luz.paz <luzpaz@users.noreply.github.com> | 2019-01-14 12:32:38 +0000 |
|---|---|---|
| committer | luz.paz <luzpaz@users.noreply.github.com> | 2019-01-14 12:32:38 +0000 |
| commit | c74cd14f7ec7a98ec1319539faac2fce06f8655c (patch) | |
| tree | fcaad78e89d45ee7c1ba5304c8a5fe9129775fab /src/actions/actions-output.cpp | |
| parent | Merge !482 (diff) | |
| download | inkscape-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.cpp | 2 |
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. |
