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/extension.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/extension.cpp')
| -rw-r--r-- | src/extension/extension.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extension/extension.cpp b/src/extension/extension.cpp index 49ae0075c..f07d334af 100644 --- a/src/extension/extension.cpp +++ b/src/extension/extension.cpp @@ -237,9 +237,9 @@ Extension::loaded (void) \brief A function to check the validity of the extension This function chekcs to make sure that there is an id, a name, a - repr and an implemenation for this extension. Then it checks all + repr and an implementation for this extension. Then it checks all of the dependencies to see if they pass. Finally, it asks the - implmentation to do a check of itself. + implementation to do a check of itself. On each check, if there is a failure, it will print a message to the error log for that failure. It is important to note that the function |
