File: fix_typos.patch

package info (click to toggle)
jamin 0.98.9~git20170111~199091~repack1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,172 kB
  • sloc: ansic: 12,841; perl: 679; makefile: 132; sh: 131; xml: 96
file content (16 lines) | stat: -rw-r--r-- 482 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: fixed spelling errors
Author: IOhannes m zmölnig
Last-Update: 2017-01-11
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- jamin.orig/src/state.c
+++ jamin/src/state.c
@@ -973,7 +973,7 @@
 		free(errstr);
 	    }
 	} else {
-	    errstr = g_strdup_printf("Unhandled global paramter: %s\n", symbol);
+	    errstr = g_strdup_printf("Unhandled global parameter: %s\n", symbol);
 	    message (GTK_MESSAGE_WARNING, errstr);
 	    free(errstr);
 	}