From: Phil Davis Date: Thu, 10 Sep 2015 11:29:08 +0000 (+0545) Subject: Minor shell integration typos X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~1408^2~91^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=bae552f386a0328916db1791e64935ed136cd4c1;p=nextcloud-desktop.git Minor shell integration typos all in comments or other places that have no effect on the user. --- diff --git a/shell_integration/MacOSX/OwnCloudFinder/ContentManager.m b/shell_integration/MacOSX/OwnCloudFinder/ContentManager.m index e6bbc450e..7fe564e59 100644 --- a/shell_integration/MacOSX/OwnCloudFinder/ContentManager.m +++ b/shell_integration/MacOSX/OwnCloudFinder/ContentManager.m @@ -179,8 +179,8 @@ static OwnCloudFinderContentManager* sharedInstance = nil; { //NSLog(@"%@", NSStringFromSelector(_cmd)); - // We won't request the new state if if finds the path in _fileNamesCache - // Move all entries to _oldFileNamesCache so that the get re-requested, but + // We won't request the new state if it finds the path in _fileNamesCache + // Move all entries to _oldFileNamesCache so that they get re-requested, but // still available while we refill the cache [_oldFileNamesCache addEntriesFromDictionary:_fileNamesCache]; [_fileNamesCache removeAllObjects]; diff --git a/shell_integration/MacOSX/OwnCloudFinder/RequestManager.m b/shell_integration/MacOSX/OwnCloudFinder/RequestManager.m index f217b59d6..1d4a5c40a 100644 --- a/shell_integration/MacOSX/OwnCloudFinder/RequestManager.m +++ b/shell_integration/MacOSX/OwnCloudFinder/RequestManager.m @@ -132,11 +132,11 @@ static OwnCloudFinderRequestManager* sharedInstance = nil; { // NSLog(@"Socket DISconnected! %@", [err localizedDescription]); - // clear the registered pathes. + // clear the registered paths. _registeredPathes = [[NSMutableDictionary alloc] init]; [_requestedPaths removeAllObjects]; - // clear the caches in conent manager + // clear the caches in content manager OwnCloudFinderContentManager *contentman = [OwnCloudFinderContentManager sharedInstance]; [contentman clearFileNameCache]; [contentman repaintAllWindows]; diff --git a/shell_integration/MacOSX/OwnCloudInjector/OwnCloudInjector.m b/shell_integration/MacOSX/OwnCloudInjector/OwnCloudInjector.m index ed744d84d..97a3f2893 100644 --- a/shell_integration/MacOSX/OwnCloudInjector/OwnCloudInjector.m +++ b/shell_integration/MacOSX/OwnCloudInjector/OwnCloudInjector.m @@ -11,7 +11,7 @@ EXPORT OSErr HandleLoadEvent(const AppleEvent* ev, AppleEvent* reply, long refcon); -static NSString* globalLock = @"I'm the global lock to prevent concruent handler executions"; +static NSString* globalLock = @"I'm the global lock to prevent concurrent handler executions"; // SIMBL-compatible interface @interface OwnCloudShell : NSObject { } diff --git a/shell_integration/MacOSX/common/SyncClientProxy.m b/shell_integration/MacOSX/common/SyncClientProxy.m index b801e0084..1e89ea676 100644 --- a/shell_integration/MacOSX/common/SyncClientProxy.m +++ b/shell_integration/MacOSX/common/SyncClientProxy.m @@ -72,7 +72,7 @@ _remoteEnd = (NSDistantObject *)tx; [_remoteEnd setProtocolForProxy:@protocol(ChannelProtocol)]; - // Everything is set up, start querrying + // Everything is set up, start querying [self askOnSocket:@"" query:@"SHARE_MENU_TITLE"]; } diff --git a/shell_integration/dolphin/README b/shell_integration/dolphin/README index 715adcbbf..7cd06d83b 100644 --- a/shell_integration/dolphin/README +++ b/shell_integration/dolphin/README @@ -1,7 +1,7 @@ - The patch 0001-KOverlayIconPlugin.patch should be applied to kde-baseapps git repository -(It should applies to both KDE/4.14 or Applications/14.12 branches) +(It should apply to both KDE/4.14 or Applications/14.12 branches) - Recompile and install dolphin @@ -10,7 +10,7 @@ - After installing, run kdeinit4 --noincremental -- To test taht the plugin is well installed +- To test that the plugin is well installed ktraderclient --servicetype KOverlayIconPlugin It should show the Owncloud plugin diff --git a/shell_integration/dolphin_kf5/README b/shell_integration/dolphin_kf5/README index e95c0e1d4..69553a324 100644 --- a/shell_integration/dolphin_kf5/README +++ b/shell_integration/dolphin_kf5/README @@ -1,7 +1,7 @@ - The patch 0001-KOverlayIconPlugin.patch should be applied to kde-baseapps git repository -(It should applies to frameworks branch) +(It should apply to frameworks branch) - Recompile and install dolphin (frameworks branch) diff --git a/shell_integration/nautilus/syncstate.py b/shell_integration/nautilus/syncstate.py index 1ff5bddae..0da77965e 100755 --- a/shell_integration/nautilus/syncstate.py +++ b/shell_integration/nautilus/syncstate.py @@ -225,7 +225,7 @@ class SyncStateExtension(GObject.GObject, Nautilus.ColumnProvider, Nautilus.Info for item in update_items: item.invalidate_extension_info() - # Handles a single line of server respoonse and sets the emblem + # Handles a single line of server response and sets the emblem def handle_commands(self, action, args): Emblems = { 'OK' : appname +'_ok', 'SYNC' : appname +'_sync', diff --git a/shell_integration/windows/OCOverlays/OverlayConstants.h b/shell_integration/windows/OCOverlays/OverlayConstants.h index 410aa2660..5adf0a523 100644 --- a/shell_integration/windows/OCOverlays/OverlayConstants.h +++ b/shell_integration/windows/OCOverlays/OverlayConstants.h @@ -24,7 +24,7 @@ #define OVERLAY_GENERIC_NAME L"OC Overlay Handler" -// two spaces to put us a head of the competition :/ +// two spaces to put us ahead of the competition :/ #define OVERLAY_NAME_ERROR L" OCError" #define OVERLAY_NAME_ERROR_SHARED L" OCErrorShared" #define OVERLAY_NAME_OK L" OCOK"