debian/patches: Drop 1001_spelling-fixes.patch. Applied upstream.

This commit is contained in:
Mike Gabriel 2019-02-04 10:06:10 +01:00
parent c35239ddc1
commit 390bc86cdf
2 changed files with 0 additions and 15 deletions

View File

@ -1,14 +0,0 @@
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

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