[gtk: 1/2] typo correction



commit 6959e8c6a61f5b6eff4b70b90ee3b1bb28045ebc
Author: John Zhang <mywtfmp3 gmail com>
Date:   Sat Feb 9 14:43:21 2019 +0800

    typo correction

 docs/reference/gtk/getting_started.xml.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/docs/reference/gtk/getting_started.xml.in b/docs/reference/gtk/getting_started.xml.in
index a54991c1b1..e37b978bf9 100644
--- a/docs/reference/gtk/getting_started.xml.in
+++ b/docs/reference/gtk/getting_started.xml.in
@@ -88,8 +88,8 @@
     The <varname>activate</varname> signal will be sent
     when your application is launched with
     g_application_run() on the line below.
-    The gtk_application_run() also takes as arguments the pointers to the command line arguments
-    counter and string array; this allows GTK to parse specific command line
+    The g_application_run() also takes as arguments the command line arguments counter
+    and the pointer to string array; this allows GTK to parse specific command line
     arguments that control the behavior of GTK itself. The parsed arguments
     will be removed from the array, leaving the unrecognized ones for your
     application to parse.


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