summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Mollier <emollier@debian.org>2022-11-21 19:11:21 +0100
committerÉtienne Mollier <emollier@debian.org>2022-11-21 19:11:21 +0100
commit6e453343b5926d849c96d403d6678e02987ef5fd (patch)
tree1407d97238d226c3d2dc166bd13697abd18e2918
parente05e9344aee7580b974ba55624fa62591fbdfdea (diff)
typos.patch: add; fix typos caught by lintian.
-rw-r--r--debian/patches/series1
-rw-r--r--debian/patches/typos.patch60
2 files changed, 61 insertions, 0 deletions
diff --git a/debian/patches/series b/debian/patches/series
index b71116e..99f3b1c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
pod.diff
+typos.patch
diff --git a/debian/patches/typos.patch b/debian/patches/typos.patch
new file mode 100644
index 0000000..5e0a5c1
--- /dev/null
+++ b/debian/patches/typos.patch
@@ -0,0 +1,60 @@
+Description: fix typos caught by lintian.
+Author: Étienne Mollier <emollier@debian.org>
+Forwarded: https://github.com/asb-capfan/Tk-TableMatrix/pull/4
+Last-Update: 2022-11-21
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- libtk-tablematrix-perl.orig/ChangeLog
++++ libtk-tablematrix-perl/ChangeLog
+@@ -16,7 +16,7 @@
+ 2007-01-09 13:51 cerney
+
+ * demos/TableMatrixSpreadsheetTest: Updated to be consistent with
+- latest changes in the resizeborders behavoir
++ latest changes in the resizeborders behavior
+
+ 2007-01-09 13:50 cerney
+
+@@ -26,9 +26,9 @@
+
+ 2007-01-09 13:46 cerney
+
+- * TableMatrix/Spreadsheet.pm: Corrected behavoir that wasn't very
++ * TableMatrix/Spreadsheet.pm: Corrected behavior that wasn't very
+ spreadsheet-like. Now you can only resize row/cols thru the title
+- row/cols. The previous behavoir created problems, because when a
++ row/cols. The previous behavior created problems, because when a
+ user would drag to selected several cells, sometimes the row or col
+ would resize as well.
+
+--- libtk-tablematrix-perl.orig/TableMatrix/Spreadsheet.pm
++++ libtk-tablematrix-perl/TableMatrix/Spreadsheet.pm
+@@ -36,7 +36,7 @@
+
+ Note: With the base Tk::TableMatrix, it is possible to resize the row/cols by dragging
+ on any cell border. To be more spreadsheet-like, Tk::TableMatrix::Spreadsheet defaults to enable row/col
+-resizing only thru the title row/col dragging. To override this default behavoir, set the -resizeborder option to
++resizing only thru the title row/col dragging. To override this default behavior, set the -resizeborder option to
+ 'both' at startup.
+
+ =item *
+--- libtk-tablematrix-perl.orig/pod/TableMatrix.pod
++++ libtk-tablematrix-perl/pod/TableMatrix.pod
+@@ -175,7 +175,7 @@
+ first check to see if a tag has been defined using the B<tag col> widget
+ method. If no tag is found, it will evaluate the named procedure passing
+ the column number in question as the sole argument. The procedure is expected
+-to return the name of a tag to use, or a null string. Errors occuring during
++to return the name of a tag to use, or a null string. Errors occurring during
+ the evaluation of the procedure, or the return of an invalid tag name
+ are silently ignored.
+
+@@ -1232,7 +1232,7 @@
+ =item I<$table>-E<gt>B<insertActive>(I<index, value>)
+
+ The I<value> is a text string which is inserted at
+-the I<index> postion of the active cell. The cursor is then positioned after
++the I<index> position of the active cell. The cursor is then positioned after
+ the new text. I<index> can be a number, B<insert> or B<end>.
+
+ =item I<$table>-E<gt>B<insertCols>(?I<switches>?, I<index>, ?I<count>?)