[Pkg-octave-commit] [SCM] Debian packaging for octave branch, master, updated. 3.2.2-2-102-g2b393c2

Thomas Weber tweber at debian.org
Wed Dec 7 17:56:23 UTC 2011


The following commit has been merged in the master branch:
commit 5f2020a116623261231ebe39be6bcc5c608abbb5
Author: Thomas Weber <tweber at debian.org>
Date:   Fri Nov 18 17:39:07 2011 +0100

    New patch: correct_typos
    
    Correct some spelling mistakes

diff --git a/debian/patches/correct_typos b/debian/patches/correct_typos
new file mode 100644
index 0000000..a6ba10e
--- /dev/null
+++ b/debian/patches/correct_typos
@@ -0,0 +1,34 @@
+Description: Fix typos, thanks lintian
+Forwarded: not yet
+Author: Thomas Weber <tweber at debian.org>
+--- a/scripts/io/dlmwrite.m
++++ b/scripts/io/dlmwrite.m
+@@ -81,7 +81,7 @@
+ ## 2002-03-08 Paul Kienzle <pkienzle at users.sf.net>
+ ## * Initial revision
+ ## 2005-11-27 Bill Denney <bill at givebillmoney.com>
+-## * Significant modifications of the input arguements for additional
++## * Significant modifications of the input arguments for additional
+ ## functionality.
+ 
+ function dlmwrite (file, M, varargin)
+@@ -102,7 +102,7 @@
+   endif
+   opentype = "wt";
+ 
+-  ## process the input arguements
++  ## process the input arguments
+   i = 0;
+   while (i < length (varargin))
+     i = i + 1;
+--- a/src/debug.cc
++++ b/src/debug.cc
+@@ -563,7 +563,7 @@
+ 
+   if (nargin != 0 && nargin != 1)
+     {
+-      error ("dbstatus: only zero or one arguements accepted\n");
++      error ("dbstatus: only zero or one arguments accepted\n");
+       return octave_value ();
+     }
+ 
diff --git a/debian/patches/series b/debian/patches/series
index ca2bd7d..0db578d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@ drop_versioned_binarys
 install_libraries_publically
 no_pdf_in_print.diff
 add_info_dir_categories
+correct_typos

-- 
Debian packaging for octave



More information about the Pkg-octave-commit mailing list