more spelling fixes

This commit is contained in:
van Hauser 2017-07-26 22:29:18 +02:00
commit ea3fd5285c
6 changed files with 8 additions and 8 deletions

View file

@ -61,7 +61,7 @@ int main(int argc, char *argv[]) {
gtk_widget_show(wndMain);
/* if we cant use the new cool file chooser, the save button gets disabled */
/* if we can't use the new cool file chooser, the save button gets disabled */
#ifndef GTK_TYPE_FILE_CHOOSER
GtkWidget *btnSave;