diff options
Diffstat (limited to 'debian/patches/0100-source_typos.patch')
-rw-r--r-- | debian/patches/0100-source_typos.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/debian/patches/0100-source_typos.patch b/debian/patches/0100-source_typos.patch deleted file mode 100644 index 6444b65..0000000 --- a/debian/patches/0100-source_typos.patch +++ /dev/null @@ -1,18 +0,0 @@ -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 -@@ -63,7 +63,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: |