From c1f8f064321dea9b1ea741cbebd2e6a813dd9b6e Mon Sep 17 00:00:00 2001 From: Matthew Leeds Date: Tue, 10 Mar 2020 15:40:02 -0700 Subject: [PATCH] gapplication: Fix a minor typo in the documentation --- gio/gapplication.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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