Minor shell integration typos
authorPhil Davis <phil.davis@inf.org>
Thu, 10 Sep 2015 11:29:08 +0000 (17:14 +0545)
committerPhil Davis <phil.davis@inf.org>
Thu, 10 Sep 2015 11:29:08 +0000 (17:14 +0545)
all in comments or other places that have no effect on the user.

shell_integration/MacOSX/OwnCloudFinder/ContentManager.m
shell_integration/MacOSX/OwnCloudFinder/RequestManager.m
shell_integration/MacOSX/OwnCloudInjector/OwnCloudInjector.m
shell_integration/MacOSX/common/SyncClientProxy.m
shell_integration/dolphin/README
shell_integration/dolphin_kf5/README
shell_integration/nautilus/syncstate.py
shell_integration/windows/OCOverlays/OverlayConstants.h

index e6bbc450eab85709ae46c053b05fd8f19eb9da95..7fe564e59cad83ca84827f8cfb8925a3e0f8b02a 100644 (file)
@@ -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];
index f217b59d6b9e2c7471c21b47d73f764e60e26b68..1d4a5c40af29721a904abad70f20b903bbcacd55 100644 (file)
@@ -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];
index ed744d84de3dcf0c327680204dd9a9fcc6a9f5d3..97a3f2893b9d1861781319c78536930ca6a09873 100644 (file)
@@ -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 { }
index b801e00841ca91efe4f3c056f049e2a3f07b4517..1e89ea67649d216d32fed3d40dccc261cba1e918 100644 (file)
@@ -72,7 +72,7 @@
        _remoteEnd = (NSDistantObject <ChannelProtocol> *)tx;
        [_remoteEnd setProtocolForProxy:@protocol(ChannelProtocol)];
 
-       // Everything is set up, start querrying
+       // Everything is set up, start querying
        [self askOnSocket:@"" query:@"SHARE_MENU_TITLE"];
 }
 
index 715adcbbf1a85b8e5ab422df3b8131227262850b..7cd06d83b8482b74b7f9200aaa488de120a9f0c1 100644 (file)
@@ -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
 
index e95c0e1d496c535137ea37d11d2f7cd79d9a0af2..69553a32437b0b1766b462342f43e3d132936abf 100644 (file)
@@ -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)
 
index 1ff5bddae98e384b3504f5fb02cc83e3d37fac36..0da77965eec69acd454028ec66f17575c47067aa 100755 (executable)
@@ -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',
index 410aa26606e615c9ca570923e3827a40bd6c88b4..5adf0a523911493903a4918f86f1a6ce8d5250a8 100644 (file)
@@ -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"