[med-svn] [gdpc] 02/04: Fix spelling

Andreas Tille tille at debian.org
Mon Jul 25 06:55:36 UTC 2016


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository gdpc.

commit c23ebbd89a8cd67ef56668d73cd3deaad4b48b24
Author: Andreas Tille <tille at debian.org>
Date:   Mon Jul 25 08:45:45 2016 +0200

    Fix spelling
---
 debian/changelog              |  1 +
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 11 +++++++++++
 3 files changed, 13 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0111e22..7f408cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ gdpc (2.2.5-6) UNRELEASED; urgency=medium
 
   [ Andreas Tille ]
   * Move packaging from SVN to Git
+  * Fix spelling
 
   [ Canberk Koç ]
   * Test script added.
diff --git a/debian/patches/series b/debian/patches/series
index 7db23db..3131339 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
 41_glib_deprecated_funcs.patch
 hardening.patch
 fix_segfault.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..962e29c
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,11 @@
+--- 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));

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gdpc.git



More information about the debian-med-commit mailing list