debian/patches: Add 1001_spelling-fixes.patch. Correct spelling flaw in WLog_DBG message.
This commit is contained in:
parent
aec5f22d6a
commit
0c9b5fc97e
14
debian/patches/1001_spelling-fixes.patch
vendored
Normal file
14
debian/patches/1001_spelling-fixes.patch
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
Description: Spelling fix in log message.
|
||||
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
|
||||
|
||||
--- a/client/X11/xf_disp.c
|
||||
+++ b/client/X11/xf_disp.c
|
||||
@@ -409,7 +409,7 @@
|
||||
if (settings->Fullscreen)
|
||||
return CHANNEL_RC_OK;
|
||||
|
||||
- WLog_DBG(TAG, "DisplayControlCapsPdu: setting the window as resizeable");
|
||||
+ WLog_DBG(TAG, "DisplayControlCapsPdu: setting the window as resizable");
|
||||
return xf_disp_set_window_resizable(xfDisp) ? CHANNEL_RC_OK : CHANNEL_RC_NO_MEMORY;
|
||||
}
|
||||
|
||||
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -0,0 +1 @@
|
||||
1001_spelling-fixes.patch
|
||||
Loading…
Reference in New Issue
Block a user