summaryrefslogtreecommitdiff
path: root/gio/gapplication.c
diff options
context:
space:
mode:
authorMatthew Leeds <matthew.leeds@endlessm.com>2020-03-10 15:40:02 -0700
committerMatthew Leeds <matthew.leeds@endlessm.com>2020-03-10 15:40:02 -0700
commitc1f8f064321dea9b1ea741cbebd2e6a813dd9b6e (patch)
tree2c042b81774e124d0a5ef3d1d408d7c37f0558d1 /gio/gapplication.c
parent711de654e25b17157a90feda2e7b3f1bc27b62b0 (diff)
gapplication: Fix a minor typo in the documentation
Diffstat (limited to 'gio/gapplication.c')
-rw-r--r--gio/gapplication.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gapplication.c b/gio/gapplication.c
index 8256639ad..e112ab645 100644
--- a/gio/gapplication.c
+++ b/gio/gapplication.c
@@ -70,7 +70,7 @@
* arguments are passed through platform communication to the already
* running program. The already running instance of the program is
* called the "primary instance"; for non-unique applications this is
- * the always the current instance. On Linux, the D-Bus session bus
+ * always the current instance. On Linux, the D-Bus session bus
* is used for communication.
*
* The use of #GApplication differs from some other commonly-used