[GRASS-SVN] r58912 - in grass/branches/develbranch_6/display: d.barscale d.menu

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Feb 6 14:36:12 PST 2014


Author: hamish
Date: 2014-02-06 14:36:11 -0800 (Thu, 06 Feb 2014)
New Revision: 58912

Modified:
   grass/branches/develbranch_6/display/d.barscale/mouse.c
   grass/branches/develbranch_6/display/d.menu/main.c
Log:
trivial whitespace, spelling

Modified: grass/branches/develbranch_6/display/d.barscale/mouse.c
===================================================================
--- grass/branches/develbranch_6/display/d.barscale/mouse.c	2014-02-06 22:19:33 UTC (rev 58911)
+++ grass/branches/develbranch_6/display/d.barscale/mouse.c	2014-02-06 22:36:11 UTC (rev 58912)
@@ -28,7 +28,8 @@
 	fprintf(stderr,
 		"\n"
 		"Left: choose location\n"
-		"Middle: cancel\n" "Right: confirm location\n");
+		"Middle: cancel\n"
+		"Right: confirm location\n");
 
 	R_get_location_with_pointer(&x_pos, &y_pos, &button);
 

Modified: grass/branches/develbranch_6/display/d.menu/main.c
===================================================================
--- grass/branches/develbranch_6/display/d.menu/main.c	2014-02-06 22:19:33 UTC (rev 58911)
+++ grass/branches/develbranch_6/display/d.menu/main.c	2014-02-06 22:36:11 UTC (rev 58912)
@@ -23,7 +23,7 @@
  *    .C     contains the text color
  *    .D     contains the line divider color
  *    .F     contains the font name
- *    .S     contains the text size (in pixles)
+ *    .S     contains the text size (in pixels)
  *    .T     contains the panel's top edge
  *    .L     contains the panel's left edge
  *
@@ -186,9 +186,10 @@
 	G_fatal_error(_("Menu must contain a title and at least one option"));
     }
 
-    i = D_popup(backcolor, textcolor, dividercolor, top,	/* The col of the top left corner */
+    i = D_popup(backcolor, textcolor, dividercolor,
+		top,		/* The col of the top left corner */
 		left,		/* The row of the top left corner */
-		size,		/* The size of the characters in pixles */
+		size,		/* The size of the characters in pixels */
 		options);	/* The text */
 
     R_close_driver();



More information about the grass-commit mailing list