diff -u ntfs-config-0.5.5/debian/changelog ntfs-config-0.5.5/debian/changelog --- ntfs-config-0.5.5/debian/changelog +++ ntfs-config-0.5.5/debian/changelog @@ -1,3 +1,9 @@ +ntfs-config (0.5.5-0ubuntu4) karmic; urgency=low + + *Fixed spelling mistake in /src/prober.c from caracter to character + + -- David Stansby Tue, 02 Jun 2009 11:34:03 +0100 + ntfs-config (0.5.5-0ubuntu3) jaunty; urgency=low * po/fr.po: fix translation of Gtk+ labels such as gtk-cancel to be the same only in patch2: unchanged: --- ntfs-config-0.5.5.orig/src/prober.c +++ ntfs-config-0.5.5/src/prober.c @@ -216,7 +216,7 @@ /* Check that the name don't contain "/" */ if ( g_strrstr ( new_text, "/") != NULL) { - err = g_error_new (1, -1,_("%s contains an invalid caracter.\ + err = g_error_new (1, -1,_("%s contains an invalid character.\ \nyou must choose a name, not a directory."), new_text); show_error (err); return;