[glibmm] Fixed some docs typos



commit 54aee894895be48ee15e8649f56ace58115178e0
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Jan 18 22:13:39 2011 +0100

    Fixed some docs 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 3951870..dc942c4 100644
--- a/gio/src/application.hg
+++ b/gio/src/application.hg
@@ -33,7 +33,7 @@ _WRAP_ENUM(ApplicationFlags, GApplicationFlags, NO_GTYPE)
 class ActionGroup;
 
 /** Application - Core application class.
- * A Application is the foundation of an application, unique for a given
+ * An Application is the foundation of an application, unique for a given
  * application identifier. The Application class wraps some low-level
  * platform-specific services and is intended to act as the foundation for
  * higher-level application classes such as Gtk::Application or MxApplication.
@@ -65,7 +65,7 @@ class ActionGroup;
  * invoking an action by calling Gio::ActionGroup::activate_action() on the
  * application, it is always invoked in the primary instance.
  *
- * There is a number of different entry points into a Application:
+ * There is a number of different entry points into an Application:
  *
  * - via 'Activate' (i.e. just starting the application)
  * - via 'Open' (i.e. opening some files)



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