gapplication: Fix a minor typo in the documentation

This commit is contained in:
Matthew Leeds 2020-03-10 15:40:02 -07:00
parent 711de654e2
commit c1f8f06432

View File

@ -70,7 +70,7 @@
* arguments are passed through platform communication to the already * arguments are passed through platform communication to the already
* running program. The already running instance of the program is * running program. The already running instance of the program is
* called the "primary instance"; for non-unique applications this 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. * is used for communication.
* *
* The use of #GApplication differs from some other commonly-used * The use of #GApplication differs from some other commonly-used