File: spelling.patch

package info (click to toggle)
gdpc 2.2.5-17
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 9,900 kB
  • sloc: ansic: 10,473; makefile: 164; sh: 57
file content (15 lines) | stat: -rw-r--r-- 605 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Andreas Tille <tille@debian.org>
Last-Update: 2016-07-25
Description: Fix spelling

--- a/setup.c
+++ b/setup.c
@@ -951,7 +951,7 @@ GSList *group;
     empty_label = gtk_label_new("  ");
     gtk_box_pack_start (GTK_BOX (vboxright),empty_label, TRUE, TRUE, 0);
 
-    check = gtk_radio_button_new_with_label(NULL, "Dont vary size with z");
+    check = gtk_radio_button_new_with_label(NULL, "Don't vary size with z");
     gtk_box_pack_start (GTK_BOX (vboxright),check, TRUE, TRUE, 0);
     g_signal_connect (G_OBJECT (check), "toggled",
 		      G_CALLBACK (toggle_checkv0),G_OBJECT (setupwin));