diff options
| author | luz.paz <luzpaz@users.noreply.github.com> | 2018-01-08 21:50:51 +0000 |
|---|---|---|
| committer | luz.paz <luzpaz@users.noreply.github.com> | 2018-01-08 21:50:51 +0000 |
| commit | 202e75590f8200823ef0efd36cc0edbd1bf1edcc (patch) | |
| tree | 1a18f646f7e49b0e1836efd6401793f6e9c38d68 /src/extension/output.cpp | |
| parent | Restore ability to switch mode while using spray tool (is this even useful?). (diff) | |
| download | inkscape-202e75590f8200823ef0efd36cc0edbd1bf1edcc.tar.gz inkscape-202e75590f8200823ef0efd36cc0edbd1bf1edcc.zip | |
Misc. typos
Found via `codespell`
Diffstat (limited to 'src/extension/output.cpp')
| -rw-r--r-- | src/extension/output.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extension/output.cpp b/src/extension/output.cpp index ccfee2c14..50b00f972 100644 --- a/src/extension/output.cpp +++ b/src/extension/output.cpp @@ -110,7 +110,7 @@ Output::~Output (void) This function checks to make sure that the output extension has a filename extension and a MIME type. Then it calls the parent - class' check function which also checks out the implmentation. + class' check function which also checks out the implementation. */ bool Output::check (void) @@ -202,7 +202,7 @@ Output::prefs (void) \param filename File to save the document as This function does a little of the dirty work involved in saving - a document so that the implementation only has to worry about geting + a document so that the implementation only has to worry about getting bits on the disk. The big thing that it does is remove and read the fields that are |
