debian/patches: Add 1001_typo-fixes.patch. Provide spelling fixes in messages.

This commit is contained in:
Mike Gabriel 2016-04-29 00:35:57 +02:00
parent 48e34d58e9
commit f3c1f25bbf
2 changed files with 15 additions and 0 deletions

14
debian/patches/1001_typo-fixes.patch vendored Normal file
View File

@ -0,0 +1,14 @@
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
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;
}

1
debian/patches/series vendored Normal file
View File

@ -0,0 +1 @@
1001_typo-fixes.patch