[Pkg-owncloud-commits] [owncloud-client] 88/218: Minor shell integration typos
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Oct 17 14:30:49 UTC 2015
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit bae552f386a0328916db1791e64935ed136cd4c1
Author: Phil Davis <phil.davis at inf.org>
Date: Thu Sep 10 17:14:08 2015 +0545
Minor shell integration typos
all in comments or other places that have no effect on the user.
---
shell_integration/MacOSX/OwnCloudFinder/ContentManager.m | 4 ++--
shell_integration/MacOSX/OwnCloudFinder/RequestManager.m | 4 ++--
shell_integration/MacOSX/OwnCloudInjector/OwnCloudInjector.m | 2 +-
shell_integration/MacOSX/common/SyncClientProxy.m | 2 +-
shell_integration/dolphin/README | 4 ++--
shell_integration/dolphin_kf5/README | 2 +-
shell_integration/nautilus/syncstate.py | 2 +-
shell_integration/windows/OCOverlays/OverlayConstants.h | 2 +-
8 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/shell_integration/MacOSX/OwnCloudFinder/ContentManager.m b/shell_integration/MacOSX/OwnCloudFinder/ContentManager.m
index e6bbc45..7fe564e 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 f217b59..1d4a5c4 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 ed744d8..97a3f28 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 b801e00..1e89ea6 100644
--- a/shell_integration/MacOSX/common/SyncClientProxy.m
+++ b/shell_integration/MacOSX/common/SyncClientProxy.m
@@ -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"];
}
diff --git a/shell_integration/dolphin/README b/shell_integration/dolphin/README
index 715adcb..7cd06d8 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 e95c0e1..69553a3 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 1ff5bdd..0da7796 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 410aa26..5adf0a5 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"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list