[haiku-commits] haiku: hrev43985 - src/apps/remotedesktop

  • From: revol@xxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 10 Apr 2012 18:29:47 +0200 (CEST)

hrev43985 adds 1 changeset to branch 'master'
old head: 95e02d49729b6639eee2368bf96508fc17cf9be0
new head: 75cc1dbd2e843c0070e7246a7152fa938b3c881a

----------------------------------------------------------------------------

75cc1db: Typo.

                                          [ François Revol <revol@xxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev43985
Commit:      75cc1dbd2e843c0070e7246a7152fa938b3c881a
URL:         http://cgit.haiku-os.org/haiku/commit/?id=75cc1db
Author:      François Revol <revol@xxxxxxx>
Date:        Tue Apr 10 16:28:31 2012 UTC

----------------------------------------------------------------------------

1 files changed, 1 insertions(+), 1 deletions(-)
src/apps/remotedesktop/RemoteView.cpp |    2 +-

----------------------------------------------------------------------------

diff --git a/src/apps/remotedesktop/RemoteView.cpp 
b/src/apps/remotedesktop/RemoteView.cpp
index 645b27f..b97081c 100644
--- a/src/apps/remotedesktop/RemoteView.cpp
+++ b/src/apps/remotedesktop/RemoteView.cpp
@@ -449,7 +449,7 @@ RemoteView::_DrawThread()
                if (!locker.IsLocked())
                        break;
 
-               // handle stuff that doesn't go to a specicifc engine
+               // handle stuff that doesn't go to a specific engine
                switch (code) {
                        case RP_INIT_CONNECTION:
                        {


Other related posts:

  • » [haiku-commits] haiku: hrev43985 - src/apps/remotedesktop - revol