r53477 - in /trunk/liblocales-perl/debian: patches/ patches/series patches/t_upstream_spelling.diff source/ source/format

franck at users.alioth.debian.org franck at users.alioth.debian.org
Mon Mar 1 21:46:35 UTC 2010


Author: franck
Date: Mon Mar  1 21:46:29 2010
New Revision: 53477

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53477
Log:
* Fixed spelling errors.

Added:
    trunk/liblocales-perl/debian/patches/
    trunk/liblocales-perl/debian/patches/series
    trunk/liblocales-perl/debian/patches/t_upstream_spelling.diff
    trunk/liblocales-perl/debian/source/
    trunk/liblocales-perl/debian/source/format

Added: trunk/liblocales-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocales-perl/debian/patches/series?rev=53477&op=file
==============================================================================
--- trunk/liblocales-perl/debian/patches/series (added)
+++ trunk/liblocales-perl/debian/patches/series Mon Mar  1 21:46:29 2010
@@ -1,0 +1,1 @@
+t_upstream_spelling.diff

Added: trunk/liblocales-perl/debian/patches/t_upstream_spelling.diff
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocales-perl/debian/patches/t_upstream_spelling.diff?rev=53477&op=file
==============================================================================
--- trunk/liblocales-perl/debian/patches/t_upstream_spelling.diff (added)
+++ trunk/liblocales-perl/debian/patches/t_upstream_spelling.diff Mon Mar  1 21:46:29 2010
@@ -1,0 +1,32 @@
+From: Franck Joncourt <franck at debian.org>
+Subject: [PATCH] t/upstream/spelling
+
+This patch fixes some typos in the documentation.
+
+Signed-off-by: Franck Joncourt <franck at debian.org>
+
+---
+ lib/Locales.pm |    6 +++---
+ 1 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/lib/Locales.pm b/lib/Locales.pm
+index c91015b..ae98b29 100644
+--- a/lib/Locales.pm
++++ b/lib/Locales.pm
+@@ -401,11 +401,11 @@ Returns the territory portion of the object's locale if any (e.g. 'en_au'), unde
+ 
+ Takes one optional boolean argument.
+ 
+-Returns 1 if the object's locale's number format is comma for thousand seperator, period for decimal.
++Returns 1 if the object's locale's number format is comma for thousand separator, period for decimal.
+ 
+-Return 2  if the object's locale's number format is period for thousand seperator, comma for decimal.
++Return 2  if the object's locale's number format is period for thousand separator, comma for decimal.
+ 
+-Otherwise it returns a 3 element array containing this CLDR data: number format, seperator character, decimal character.
++Otherwise it returns a 3 element array containing this CLDR data: number format, separator character, decimal character.
+ 
+ The boolean argument, when true will do it's best to determine and return a 1 or a 2.
+ 
+-- 
+tg: (82710f6..) t/upstream/spelling (depends on: master)

Added: trunk/liblocales-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocales-perl/debian/source/format?rev=53477&op=file
==============================================================================
--- trunk/liblocales-perl/debian/source/format (added)
+++ trunk/liblocales-perl/debian/source/format Mon Mar  1 21:46:29 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




More information about the Pkg-perl-cvs-commits mailing list