debian/patches: Add 1001_spelling-fixes.patch. Correct spelling flaw in WLog_DBG message.

This commit is contained in:
Mike Gabriel 2018-11-21 20:45:32 +01:00
parent aec5f22d6a
commit 0c9b5fc97e
2 changed files with 15 additions and 0 deletions

View 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;
}

View File

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