[Python-apps-commits] r9459 - in packages/pyspread/trunk/debian/patches (1 file)

anoteng-guest at users.alioth.debian.org anoteng-guest at users.alioth.debian.org
Mon Feb 25 21:57:36 UTC 2013


    Date: Monday, February 25, 2013 @ 21:57:35
  Author: anoteng-guest
Revision: 9459

forgot to add one file before last commit

Added:
  packages/pyspread/trunk/debian/patches/documentation_typos.patch

Added: packages/pyspread/trunk/debian/patches/documentation_typos.patch
===================================================================
--- packages/pyspread/trunk/debian/patches/documentation_typos.patch	                        (rev 0)
+++ packages/pyspread/trunk/debian/patches/documentation_typos.patch	2013-02-25 21:57:35 UTC (rev 9459)
@@ -0,0 +1,49 @@
+--- a/pyspread/doc/help/First steps in pyspread.html	2013-01-13 21:52:35.000000000 +0100
++++ b/pyspread/doc/help/First steps in pyspread.html	2013-02-25 22:52:16.819624002 +0100
+@@ -227,7 +227,7 @@
+       which makes re-approval necessary.</p>
+     <p class="western" lang="en-US">Technically, signing is done with
+       GPG. When starting pyspread the first time as a user, a new GPG
+-      key pair (name pyspred_<user_id>) is created, which is then
++      key pair (name pyspread_<user_id>) is created, which is then
+       used for signing files.</p>
+     <h1 class="western" lang="en-US">Common spreadsheet tasks</h1>
+     <h2 class="western" lang="en-US">Moving in the spreadsheet</h2>
+@@ -324,7 +324,7 @@
+     <p class="western" lang="en-US">When copying cells with <Ctrl>
+       + C, the cell code is copied. There is a second type of copy
+       <Shift> + <Ctrl> + C, which copies string
+-      representation of the results. This is useful, if for exapmle the
++      representation of the results. This is useful, if for example the
+       result shall be copied into an external application.</p>
+     <h2 class="western" lang="en-US">Undoing work steps</h2>
+     <p class="western" lang="en-US">Pyspread features undo and redo
+@@ -378,7 +378,7 @@
+     <p class="western" lang="en-US">When a file is saved, a signature is
+       created in an additional file with the suffix .pys.sig. The
+       signature is a PGP signature. When pyspread is started the first
+-      time for a user, a pgp key pair is crreated for the user
++      time for a user, a pgp key pair is created for the user
+       pyspread_<user-id>. This key pair is used for signing
+       pyspread save files. A correct signature file lets pyspread open a
+       file without going into safe mode.</p>
+@@ -740,7 +740,7 @@
+     <p class="western" lang="en-US">The security concept has risks apart
+       from unintentionally approving malicious files. </p>
+     <p class="western" lang="en-US">In order to share files, private
+-      keys might be exchanged by users. This would brake the security
++      keys might be exchanged by users. This would break the security
+       concept because exchanged private keys may spread.</p>
+     <p class="western" lang="en-US">The signature concept would fail if
+       gpg signatures were broken.</p>
+--- a/pyspread/doc/help/tutorial.html	2013-01-13 21:52:35.000000000 +0100
++++ b/pyspread/doc/help/tutorial.html	2013-02-25 20:09:14.979624001 +0100
+@@ -82,7 +82,7 @@
+       is returned. </p>
+     <h2>Filling cells</h2>
+     <p>The easiest method for filling cells with sequences is setting up
+-      an initial value and a funtion that calculates the next value.<br>
++      an initial value and a function that calculates the next value.<br>
+     </p>
+     <p>Write into cell (1, 1, 2):<br>
+     </p>




More information about the Python-apps-commits mailing list