diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-11-09 23:30:20 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-11-09 23:30:20 +0100 |
commit | f73bfdc31b21e34ba1bd6338e01be3af6c3cb89e (patch) | |
tree | 036a71fe4ff71f82b8ff755971d7ea41ac276f1f /debian/patches | |
parent | c8573389de0cd20ebaf77db034fc45ec9cbf8534 (diff) |
New upstream releasedebian/6.1.2-1
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/0100-source_typos.patch | 18 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 19 insertions, 0 deletions
diff --git a/debian/patches/0100-source_typos.patch b/debian/patches/0100-source_typos.patch new file mode 100644 index 0000000..fe1bca0 --- /dev/null +++ b/debian/patches/0100-source_typos.patch @@ -0,0 +1,18 @@ +Description: Fix typos +Author: Jörg Frings-Fürst <debian@jff-webhosting.net> +Last-Update: 2016-11-09 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/src/regerror.c +=================================================================== +--- trunk.orig/src/regerror.c ++++ trunk/src/regerror.c +@@ -65,7 +65,7 @@ onig_error_code_to_format(int code) + case ONIGERR_UNEXPECTED_BYTECODE: + p = "unexpected bytecode (bug)"; break; + case ONIGERR_DEFAULT_ENCODING_IS_NOT_SETTED: +- p = "default multibyte-encoding is not setted"; break; ++ p = "default multibyte-encoding is not set"; break; + case ONIGERR_SPECIFIED_ENCODING_CANT_CONVERT_TO_WIDE_CHAR: + p = "can't convert to wide-char on specified multibyte-encoding"; break; + case ONIGERR_FAIL_TO_INITIALIZE: diff --git a/debian/patches/series b/debian/patches/series index 9b1db6f..5daafd7 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ #001-changes_build_sys.diff +0100-source_typos.patch |