This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gokdrive. from b286c11 Continue development new 5f85d6d Various typo fixes. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 4 +++- man/x2gokdrive.man | 2 +- x2gokdriveremote.c | 8 ++++---- 3 files changed, 8 insertions(+), 6 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdrive. commit 5f85d6d9ed5bb745771d98465f9114f929bfe8cf Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Jun 26 23:53:28 2023 +0200 Various typo fixes. --- debian/changelog | 4 +++- man/x2gokdrive.man | 2 +- x2gokdriveremote.c | 8 ++++---- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index cd129dd..50943fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ x2gokdrive (0.0.0.2-0x2go1) UNRELEASED; urgency=medium - * Continue development + [ Mike Gabriel ] + * Release 0.0.0.2: + - Various typo fixes. -- X2Go Release Manager <git-admin@x2go.org> Fri, 09 Jun 2023 20:34:58 +0200 diff --git a/man/x2gokdrive.man b/man/x2gokdrive.man index 43388ee..8677a6d 100644 --- a/man/x2gokdrive.man +++ b/man/x2gokdrive.man @@ -24,7 +24,7 @@ x2gokdrive - X server providing a graphical backend for X2Go Server .SH DESCRIPTION .B x2gokdrive is a kdrive server that provides a graphical backend for X2Go desktop -sessions, suppporting modern extensions like composite, damage and randr. +sessions, supporting modern extensions like composite, damage and randr. .PP Unlike .I nxagent (aka x2goagent) diff --git a/x2gokdriveremote.c b/x2gokdriveremote.c index c0011c1..ace8ddf 100644 --- a/x2gokdriveremote.c +++ b/x2gokdriveremote.c @@ -1809,7 +1809,7 @@ void *send_frame_thread (void *threadid) } break; default: - EPHYR_DBG("Error is occured in pthread_cond_timedwait"); + EPHYR_DBG("Error is occurred in pthread_cond_timedwait"); ms_to_wait=100*1000; //reset timer break; } @@ -2823,7 +2823,7 @@ void client_win_change(char* buff) pSib=remote_find_window_on_screen_by_id(newSibId, remoteVars.ephyrScreen->pScreen->root); if(!pSib) { - EPHYR_DBG("New Sibling with ID 0x%X not found on current screen, Putting bellow all siblings",newSibId); + EPHYR_DBG("New Sibling with ID 0x%X not found on current screen, Putting below all siblings",newSibId); } } w = pWin->drawable.width; @@ -3137,7 +3137,7 @@ open_udp_socket(void) struct pollfd fds[2]; int nfds = 1; int ready; - EPHYR_DBG("Openning UDP socket..."); + EPHYR_DBG("Opening UDP socket..."); remoteVars.sock_udp=socket (AF_INET, SOCK_DGRAM, 0); remoteVars.udp_address.sin_family = AF_UNSPEC; remoteVars.udp_address.sin_addr.s_addr = INADDR_ANY; @@ -3224,7 +3224,7 @@ void open_socket(void) { const int y = 1; - EPHYR_DBG("Openning TCP socket..."); + EPHYR_DBG("Opening TCP socket..."); remoteVars.send_frames_over_udp=FALSE; remoteVars.serversock_tcp=socket (AF_INET, SOCK_STREAM, 0); setsockopt( remoteVars.serversock_tcp, SOL_SOCKET, SO_REUSEADDR, &y, sizeof(int)); -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git