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