summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjell.ahlstedt@bredband.net>2014-05-14 15:30:25 +0200
committerKjell Ahlstedt <kjell.ahlstedt@bredband.net>2014-05-14 15:30:25 +0200
commit3fae3212eaee750c672e26d5bb8813e3e6cb4175 (patch)
treea89526566a5d928f8f9369b64820c7bdc26a5d35
parent9dec09068d5afbe76839bfe7574b670b2a04fd27 (diff)
downloadglibmm-3fae3212eaee750c672e26d5bb8813e3e6cb4175.tar.gz
Gio::Application: Fix some typos
-rw-r--r--gio/src/application.hg4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/src/application.hg b/gio/src/application.hg
index 045d6cf2..e132dcd3 100644
--- a/gio/src/application.hg
+++ b/gio/src/application.hg
@@ -290,7 +290,7 @@ public:
* intended to be used by applications that have multiple modes for
* opening files (eg: "view" vs "edit", etc).
*
- * The application must be registered before calling this mwethod
+ * The application must be registered before calling this method
* and it must have the APPLICATION_HANDLES_OPEN flag set.
*
* @param files The files to open. This must be non-empty.
@@ -310,7 +310,7 @@ public:
* intended to be used by applications that have multiple modes for
* opening files (eg: "view" vs "edit", etc).
*
- * The application must be registered before calling this mwethod
+ * The application must be registered before calling this method
* and it must have the APPLICATION_HANDLES_OPEN flag set.
*
* @param file The file to open. This must be non-empty.