From fdea6c5c19bb4cbf2dd2b2c2435d273346adf115 Mon Sep 17 00:00:00 2001 From: Ignacio Casal Quinteiro Date: Sun, 24 Oct 2010 22:51:51 +0200 Subject: [PATCH] Fix typo. --- docs/reference/gtk/migrating-GtkApplication.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/gtk/migrating-GtkApplication.xml b/docs/reference/gtk/migrating-GtkApplication.xml index 828b27664e..0598456a90 100644 --- a/docs/reference/gtk/migrating-GtkApplication.xml +++ b/docs/reference/gtk/migrating-GtkApplication.xml @@ -117,7 +117,7 @@ main (int argc, char *argv[]) - One the other hand, GApplication supports passing entire + On the other hand, GApplication supports passing entire commandlines to the running instance, which reduces the need for user-defined commands. And GDBus makes it very easy to implement D-Bus interfaces for communication between