wok-next view openbox/stuff/patches/fix-spelling-error-in-binary.patch @ rev 20616

xrdp: up 0.9.3.1; zopfli: fix build; gcc61: attempt to fix; add gcc6 (latest among 6.x.x).
gcc61 and gcc6 are broken now.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 21 05:15:11 2018 +0300 (2018-04-21)
parents
children
line source
1 Description: Fix spelling-error-in-binary
2 Author: Mateusz Łukasik <mati75@linuxmint.pl>
3 Last-Update: 2016-11-23
5 --- a/openbox/openbox.c
6 +++ b/openbox/openbox.c
7 @@ -602,7 +602,7 @@ static void parse_env(void)
8 if (ob_sm_id) g_free(ob_sm_id);
9 ob_sm_id = g_strdup(id);
10 ob_debug_type(OB_DEBUG_SM,
11 - "DESKTOP_AUTOSTART_ID %s supercedes --sm-client-id\n",
12 + "DESKTOP_AUTOSTART_ID %s supersedes --sm-client-id\n",
13 ob_sm_id);
14 }
15 }
16 --- a/openbox/session.c
17 +++ b/openbox/session.c
18 @@ -442,7 +442,7 @@ static void sm_save_yourself(SmcConn con
19 free(vendor);
21 if (!SmcRequestSaveYourselfPhase2(conn, sm_save_yourself_2, savedata)) {
22 - ob_debug_type(OB_DEBUG_SM, "Requst for phase 2 failed");
23 + ob_debug_type(OB_DEBUG_SM, "Request for phase 2 failed");
24 g_slice_free(ObSMSaveData, savedata);
25 SmcSaveYourselfDone(conn, FALSE);
26 }