[oolite] 06/06: Patch for typo detected by lintian.

Nicolas Boulenguez nicolas.boulenguez at free.fr
Thu Sep 3 17:36:35 UTC 2015


This is an automated email from the git hooks/post-receive script.

nicobou-guest pushed a commit to branch master
in repository oolite.

commit cbef68b03f2ca9a3cd5e896c3f1b1c76c614746b
Author: Nicolas Boulenguez <nicolas.boulenguez at free.fr>
Date:   Thu Sep 3 01:52:37 2015 +0200

    Patch for typo detected by lintian.
---
 debian/patches/series    |  1 +
 debian/patches/typo.diff | 14 ++++++++++++++
 2 files changed, 15 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 88cc773..16d7325 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,4 @@ secure-format-log-string.diff
 # gnustep_app_builder.diff
 avoid_date_cpp_macro.diff
 avoid_infinite_recursion_in_verify_descriptions.diff
+typo.diff
diff --git a/debian/patches/typo.diff b/debian/patches/typo.diff
new file mode 100644
index 0000000..5066209
--- /dev/null
+++ b/debian/patches/typo.diff
@@ -0,0 +1,14 @@
+Description : typo
+Author: Nicolas Boulenguez <nicolas at debian.org>
+
+--- a/src/Core/OOCacheManager.m
++++ b/src/Core/OOCacheManager.m
+@@ -181,7 +181,7 @@
+ 	}
+ 	else
+ 	{
+-		OODebugLog(kOOLogDataCacheRetrieveFailed, @"Failed to retreive \"%@\" cache object %@ -- no such cache.", inCacheKey, inKey);
++		OODebugLog(kOOLogDataCacheRetrieveFailed, @"Failed to retrieve \"%@\" cache object %@ -- no such cache.", inCacheKey, inKey);
+ 	}
+ 	
+ 	return result;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/oolite.git



More information about the Pkg-games-commits mailing list