This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdriveclient. commit bf6c121d0868102afd22dad60411230cf0e7d5e5 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Jun 19 07:33:31 2023 +0200 src/{client.cpp,xcbclip.cpp}: Typo fix. --- debian/changelog | 5 +++-- src/client.cpp | 2 +- src/xcbclip.cpp | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 97507ad..bc7b3c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ x2gokdriveclient (0.0.0.2-0x2go1) UNRELEASED; urgency=medium - * Continue development + [ Mike Gabriel ] + * src/{client.cpp,xcbclip.cpp}: Typo fix. - -- X2Go Release Manager <git-admin@x2go.org> Mon, 12 Jun 2023 22:52:56 +0200 + -- Mike Gabriel <sunweaver@debian.org> Mon, 19 Jun 2023 07:32:36 +0200 x2gokdriveclient (0.0.0.1-0x2go1) unstable; urgency=medium diff --git a/src/client.cpp b/src/client.cpp index 79045bc..4eb35ce 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -2673,7 +2673,7 @@ void Client::slotCheckIfServerIsAlive() { if(time(NULL)+SERVERALIVETIMEOUT>=lastServerPacketTime) { - KDRStdErr()<<"Didn't recive any data from server since "<<time(NULL)-lastServerPacketTime<<" seconds, disconnecting...."<<KDR_ENDL; + KDRStdErr()<<"Didn't receive any data from server since "<<time(NULL)-lastServerPacketTime<<" seconds, disconnecting...."<<KDR_ENDL; slotDisconnect(); } } diff --git a/src/xcbclip.cpp b/src/xcbclip.cpp index 49f58ab..163f040 100644 --- a/src/xcbclip.cpp +++ b/src/xcbclip.cpp @@ -1027,7 +1027,7 @@ void XCBClip::startIncrTransaction(xcb_window_t requestor, xcb_atom_t property, incrTransactions<<tr; Client::KDRStdErr()<<"INCR start "<<tr->timestamp; const quint32 mask[] = { XCB_EVENT_MASK_PROPERTY_CHANGE }; - //we'll recive property change events for requestor window from now + //we'll receive property change events for requestor window from now xcb_change_window_attributes(con, requestor, XCB_CW_EVENT_MASK, mask); } -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdriveclient.git