From f3c1f25bbfe0f17a0d1317096984b73db6fa1f38 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 29 Apr 2016 00:35:57 +0200 Subject: [PATCH] debian/patches: Add 1001_typo-fixes.patch. Provide spelling fixes in messages. --- debian/patches/1001_typo-fixes.patch | 14 ++++++++++++++ debian/patches/series | 1 + 2 files changed, 15 insertions(+) create mode 100644 debian/patches/1001_typo-fixes.patch create mode 100644 debian/patches/series diff --git a/debian/patches/1001_typo-fixes.patch b/debian/patches/1001_typo-fixes.patch new file mode 100644 index 0000000..2efa1e4 --- /dev/null +++ b/debian/patches/1001_typo-fixes.patch @@ -0,0 +1,14 @@ +Author: Mike Gabriel +Description: Spelling fix(es) + +--- a/libfreerdp/codec/color.c ++++ b/libfreerdp/codec/color.c +@@ -1555,7 +1555,7 @@ + + if (xorBpp == 8 && !palette) + { +- WLog_ERR(TAG, "null palette in convertion from %d bpp to %d bpp", ++ WLog_ERR(TAG, "null palette in conversion from %d bpp to %d bpp", + xorBpp, dstBitsPerPixel); + return -1; + } diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..7abe8d1 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +1001_typo-fixes.patch