debian/patches: Add 1001_typo-fixes.patch. Provide spelling fixes in messages.
This commit is contained in:
parent
48e34d58e9
commit
f3c1f25bbf
14
debian/patches/1001_typo-fixes.patch
vendored
Normal file
14
debian/patches/1001_typo-fixes.patch
vendored
Normal 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
1
debian/patches/series
vendored
Normal file
@ -0,0 +1 @@
|
||||
1001_typo-fixes.patch
|
||||
Loading…
Reference in New Issue
Block a user