[glibmm] Gio::Application: Fix some typos



commit 3fae3212eaee750c672e26d5bb8813e3e6cb4175
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date:   Wed May 14 15:30:25 2014 +0200

    Gio::Application: Fix some typos

 gio/src/application.hg |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/src/application.hg b/gio/src/application.hg
index 045d6cf..e132dcd 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.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]