diff options
author | stuconnolly <stuart02@gmail.com> | 2011-10-02 11:25:26 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2011-10-02 11:25:26 +0000 |
commit | e23ba5155a53c43a106ac9646f51321ccc7d86f4 (patch) | |
tree | ea3da3e76bf62b13696bee5cc4f0096107e9fb48 /Source/SPFavoritesExportProtocol.h | |
parent | d01474532b11014019d4d5a1197a8f8f7d683c0b (diff) | |
download | sequelpro-e23ba5155a53c43a106ac9646f51321ccc7d86f4.tar.gz sequelpro-e23ba5155a53c43a106ac9646f51321ccc7d86f4.tar.bz2 sequelpro-e23ba5155a53c43a106ac9646f51321ccc7d86f4.zip |
Favorites import progress.
Diffstat (limited to 'Source/SPFavoritesExportProtocol.h')
-rw-r--r-- | Source/SPFavoritesExportProtocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPFavoritesExportProtocol.h b/Source/SPFavoritesExportProtocol.h index 59daf996..ebd7bab5 100644 --- a/Source/SPFavoritesExportProtocol.h +++ b/Source/SPFavoritesExportProtocol.h @@ -33,7 +33,7 @@ @protocol SPFavoritesExportProtocol /** - * Invoked when the favorites export proccess completes + * Invoked when the favorites export proccess completes. * * @param error An error instance. Anything other than nil indicates an error occurred. */ |