Fix typo
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 30 Oct 2010 15:11:48 +0000 (17:11 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 30 Oct 2010 15:11:48 +0000 (17:11 +0200)
src/ui/gui/k-related-dialog.c

index fb0a785d8c492a1a80b78a7e3423cb724bbd0cd9..1f5d382ab371df362cb681c9503e99cfe855186f 100644 (file)
@@ -98,7 +98,7 @@ generate_syntax (const struct k_related_dialog *krd)
 
   if ( gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (krd->kendal)))
     {
-      g_string_append (string, "\n\t/KENDAL = ");
+      g_string_append (string, "\n\t/KENDALL = ");
       psppire_var_view_append_names (PSPPIRE_VAR_VIEW (krd->var_view), 0, string);
     }