summaryrefslogtreecommitdiffstats
path: root/src/extension/system.h
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-09-30 18:39:25 +0000
committerluz paz <luzpaz@users.noreply.github.com>2018-10-06 02:05:25 +0000
commit33780c0f28bcda586b1e14de93525a6ab426e4df (patch)
tree341c90061fed79841ea4161b2088d5baa40fe1fa /src/extension/system.h
parentAdd new style register style property for stop color and opacity (diff)
downloadinkscape-33780c0f28bcda586b1e14de93525a6ab426e4df.tar.gz
inkscape-33780c0f28bcda586b1e14de93525a6ab426e4df.zip
Misc. typos
Found via `codespell`
Diffstat (limited to 'src/extension/system.h')
-rw-r--r--src/extension/system.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extension/system.h b/src/extension/system.h
index 170c44346..6b405b5d0 100644
--- a/src/extension/system.h
+++ b/src/extension/system.h
@@ -75,7 +75,7 @@ Glib::ustring get_file_save_path (SPDocument *doc, FileSaveMethod method);
* Write the given file extension back to prefs so that it can be used later on.
*
* @param extension the file extension which should be written to prefs
- * @param method the file save mathod of the dialog
+ * @param method the file save method of the dialog
*/
void store_file_extension_in_prefs (Glib::ustring extension, FileSaveMethod method);
@@ -83,7 +83,7 @@ void store_file_extension_in_prefs (Glib::ustring extension, FileSaveMethod meth
* Write the given path back to prefs so that it can be used later on.
*
* @param path the path which should be written to prefs
- * @param method the file save mathod of the dialog
+ * @param method the file save method of the dialog
*/
void store_save_path_in_prefs (Glib::ustring path, FileSaveMethod method);