www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www press/2002-02-26-MySQL.html fun/jokes/c+-.h...


From: Therese Godefroy
Subject: www press/2002-02-26-MySQL.html fun/jokes/c+-.h...
Date: Wed, 24 Jul 2019 08:22:43 -0400 (EDT)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 19/07/24 08:22:43

Modified files:
        press          : 2002-02-26-MySQL.html 
        fun/jokes      : c+-.html c+-.txt courtroom.quips.html 
                         courtroom.quips.txt hakawatha.html haka 
                         users-lightbulb.html 
        philosophy     : fs-and-sustainable-development.html 
                         no-word-attachments.html 
        people         : people.html 

Log message:
        Fix typos (RT #1411161)

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/press/2002-02-26-MySQL.html?cvsroot=www&r1=1.12&r2=1.13
http://web.cvs.savannah.gnu.org/viewcvs/www/fun/jokes/c%43-.html?cvsroot=www&r1=1.13&r2=1.14
http://web.cvs.savannah.gnu.org/viewcvs/www/fun/jokes/c%43-.txt?cvsroot=www&r1=1.1&r2=1.2
http://web.cvs.savannah.gnu.org/viewcvs/www/fun/jokes/courtroom.quips.html?cvsroot=www&r1=1.18&r2=1.19
http://web.cvs.savannah.gnu.org/viewcvs/www/fun/jokes/courtroom.quips.txt?cvsroot=www&r1=1.1&r2=1.2
http://web.cvs.savannah.gnu.org/viewcvs/www/fun/jokes/hakawatha.html?cvsroot=www&r1=1.16&r2=1.17
http://web.cvs.savannah.gnu.org/viewcvs/www/fun/jokes/haka?cvsroot=www&r1=1.1&r2=1.2
http://web.cvs.savannah.gnu.org/viewcvs/www/fun/jokes/users-lightbulb.html?cvsroot=www&r1=1.8&r2=1.9
http://web.cvs.savannah.gnu.org/viewcvs/www/philosophy/fs-and-sustainable-development.html?cvsroot=www&r1=1.8&r2=1.9
http://web.cvs.savannah.gnu.org/viewcvs/www/philosophy/no-word-attachments.html?cvsroot=www&r1=1.79&r2=1.80
http://web.cvs.savannah.gnu.org/viewcvs/www/people/people.html?cvsroot=www&r1=1.506&r2=1.507

Patches:
Index: press/2002-02-26-MySQL.html
===================================================================
RCS file: /webcvs/www/www/press/2002-02-26-MySQL.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- press/2002-02-26-MySQL.html 12 Apr 2014 12:40:53 -0000      1.12
+++ press/2002-02-26-MySQL.html 24 Jul 2019 12:22:41 -0000      1.13
@@ -28,7 +28,7 @@
      preliminary injunction sought by MySQL AB concerning a violation of
      the GNU General Public License (GPL) by Progress Software Corp.
 </p><p>
-    Progress lost the right to distibute MySQL due to a violation of the
+    Progress lost the right to distribute MySQL due to a violation of the
     GNU GPL.  Progress distributed a proprietary software component,
     Gemini, that combined with the GPL'ed MySQL database system.  Gemini
     was linked statically with the MySQL system to form a single binary
@@ -132,7 +132,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2014/04/12 12:40:53 $
+$Date: 2019/07/24 12:22:41 $
 <!-- timestamp end -->
 </p>
 </div>

Index: fun/jokes/c+-.html
===================================================================
RCS file: /webcvs/www/www/fun/jokes/c+-.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- fun/jokes/c+-.html  13 Sep 2015 16:50:42 -0000      1.13
+++ fun/jokes/c+-.html  24 Jul 2019 12:22:42 -0000      1.14
@@ -55,15 +55,15 @@
 
 <p>Single and multiple inheritance mechanisms are implemented with
 random mutations.  Disinheritance rules are covered by a complex
-probate protocol.  In addition to base, derrived, virtual, and
-abstract classes, C+- supports gut classes.  In certian locales,
+probate protocol.  In addition to base, derived, virtual, and
+abstract classes, C+- supports gut classes.  In certain locales,
 polygamous derivations and bastard classes are permitted.  Elsewhere,
 loose coupling between classes is illegal, so the marriage and divorce
 operators may be needed:</p>
 
 <pre>
 marriage (MParent1, FParent1);
-// child classes can now be derrived
+// child classes can now be derived
 sclass MySclass: public MParent1, FParent1
 {        //  define MySclass
 }
@@ -155,7 +155,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2015/09/13 16:50:42 $
+$Date: 2019/07/24 12:22:42 $
 <!-- timestamp end -->
 </p>
 </div>

Index: fun/jokes/c+-.txt
===================================================================
RCS file: /webcvs/www/www/fun/jokes/c+-.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- fun/jokes/c+-.txt   23 Dec 2011 05:23:55 -0000      1.1
+++ fun/jokes/c+-.txt   24 Jul 2019 12:22:42 -0000      1.2
@@ -37,13 +37,13 @@
 
 Single and multiple inheritance mechanisms are implemented with random
 mutations.  Disinheritance rules are covered by a complex probate protocol. 
-In addition to base, derrived, virtual, and abstract classes, C+- supports
-gut classes.  In certian locales, polygamous derivations and bastard
+In addition to base, derived, virtual, and abstract classes, C+- supports
+gut classes.  In certain locales, polygamous derivations and bastard
 classes are permitted.  Elsewhere, loose coupling between classes is
 illegal, so the marriage and divorce operators may be needed:
 
 marriage (MParent1, FParent1);
-// child classes can now be derrived
+// child classes can now be derived
 sclass MySclass: public MParent1, FParent1
 {        //  define MySclass
 }

Index: fun/jokes/courtroom.quips.html
===================================================================
RCS file: /webcvs/www/www/fun/jokes/courtroom.quips.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- fun/jokes/courtroom.quips.html      4 Jun 2019 06:36:45 -0000       1.18
+++ fun/jokes/courtroom.quips.html      24 Jul 2019 12:22:42 -0000      1.19
@@ -93,12 +93,12 @@
 <tr><td>Q.</td> <td>Mrs. Smith, do you believe that you are
 emotionally unstable?</td></tr>
 <tr><td>A.</td> <td>I should be.</td></tr>
-<tr><td>Q.</td> <td>How many times have you comitted suicide?</td></tr>
+<tr><td>Q.</td> <td>How many times have you committed suicide?</td></tr>
 <tr><td>A.</td> <td>Four times.</td></tr>
 </table>
 <p></p>
 <table>
-<tr><td>Q.</td> <td>Doctor, how many autopsies have you peformed on
+<tr><td>Q.</td> <td>Doctor, how many autopsies have you performed on
 dead people?</td></tr>
 <tr><td>A.</td> <td>All my autopsies have been performed on dead
 people.</td></tr>
@@ -226,7 +226,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2019/06/04 06:36:45 $
+$Date: 2019/07/24 12:22:42 $
 <!-- timestamp end -->
 </p>
 </div>

Index: fun/jokes/courtroom.quips.txt
===================================================================
RCS file: /webcvs/www/www/fun/jokes/courtroom.quips.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- fun/jokes/courtroom.quips.txt       23 Dec 2011 05:23:56 -0000      1.1
+++ fun/jokes/courtroom.quips.txt       24 Jul 2019 12:22:42 -0000      1.2
@@ -84,10 +84,10 @@
 
 Q.  Mrs. Smith, do you believe that you are emotionally unstable?
 A.  I should be.
-Q.  How many times have you comitted suicide?
+Q.  How many times have you committed suicide?
 A.  Four times.
 
-Q.  Doctor, how many autopsies have you peformed on dead people?
+Q.  Doctor, how many autopsies have you performed on dead people?
 A.  All my autopsies have been performed on dead people.
 
 Q.  Were you aquainted with the decedent?

Index: fun/jokes/hakawatha.html
===================================================================
RCS file: /webcvs/www/www/fun/jokes/hakawatha.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- fun/jokes/hakawatha.html    28 Feb 2013 17:09:09 -0000      1.16
+++ fun/jokes/hakawatha.html    24 Jul 2019 12:22:42 -0000      1.17
@@ -148,7 +148,7 @@
 For his algorithm's details<br />
 These he knew but only vaguely<br />
 (As the mists that on the sunrise<br />
-Cloak the lofty mountian summit<br />
+Cloak the lofty mountain summit<br />
 As the blur that s-nd-rs printers<br />
 Make instead of underlining<br />
 As the third year students' notio<br />n
@@ -215,7 +215,7 @@
 Listing any syntax errors &mdash;<br />
 Should by any chance there be some &mdash;<br />
 In a file that he called &ldquo;errors&rdquo;<br />
-(Stunning was the inovation<br />
+(Stunning was the innovation<br />
 Vouchsafed by this choice of naming)<br />
 Asked it please to run in background.</p>
 
@@ -351,7 +351,7 @@
 
 <p>Updated:
 <!-- timestamp start -->
-$Date: 2013/02/28 17:09:09 $
+$Date: 2019/07/24 12:22:42 $
 <!-- timestamp end -->
 </p>
 </div>

Index: fun/jokes/haka
===================================================================
RCS file: /webcvs/www/www/fun/jokes/haka,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- fun/jokes/haka      13 Feb 2001 01:22:25 -0000      1.1
+++ fun/jokes/haka      24 Jul 2019 12:22:42 -0000      1.2
@@ -146,7 +146,7 @@
 For his algorithm's details
 These he knew but only vaguely
 (As the mists that on the sunrise
-Cloak the lofty mountian summit
+Cloak the lofty mountain summit
 As the blur that s-nd-rs printers
 Make instead of underlining
 As the third year students' notion
@@ -213,7 +213,7 @@
 Listing any syntax errors -
 Should by any chance there be some -
 In a file that he called "errors"
-(Stunning was the inovation
+(Stunning was the innovation
 Vouchsafed by this choice of naming)
 Asked it please to run in background.
 

Index: fun/jokes/users-lightbulb.html
===================================================================
RCS file: /webcvs/www/www/fun/jokes/users-lightbulb.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- fun/jokes/users-lightbulb.html      12 Apr 2014 12:39:37 -0000      1.8
+++ fun/jokes/users-lightbulb.html      24 Jul 2019 12:22:42 -0000      1.9
@@ -12,7 +12,7 @@
 <li>1 to suggest to try to turn the lamp on through command lines.</li>
 <li>1 to complain that the user broke the thread.</li>
 <li>1 to ask what new bulb will he install.</li>
-<li>1 to advice that we shouldn't use the word burn for meaning a
+<li>1 to advise that we shouldn't use the word burn for meaning a
 broken lightbulb, because it would mean that the bulb was set on fire
 and that it would be right to say that the bulb broke due to an excess
 of electrical current.</li>
@@ -40,7 +40,7 @@
 <li>1 to announce finally which will be the model of the installed
 bulb.</li>
 <li>217 to discard the chosen model and suggest another.</li>
-<li>6 to complain that the chosen lightbulb has propietary elements,
+<li>6 to complain that the chosen lightbulb has proprietary elements,
 and that another should be used.</li>
 <li>20 to say that a 100% free bulb, isn't compatible with the lamp
 switch.</li>
@@ -58,14 +58,14 @@
 scratch.</li>
 <li>14 to complain about the format of the previous file and asking to
 send it in txt or LaTeX.</li>
-<li>5 to say that they didn't like the taken decission and that
+<li>5 to say that they didn't like the taken decision and that
 they'll fork the house's electric installation and install a better
 lamp.</li>
 <li>1 to post a series of commands to put to change the
 lightbulb.</li>
 <li>1 to comment that he executed the commands and had an error
 message.</li>
-<li>1 to advice that the commands must be executed as root.</li>
+<li>1 to advise that the commands must be executed as root.</li>
 </ul>
 
 <p>And finally:</p>
@@ -137,7 +137,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2014/04/12 12:39:37 $
+$Date: 2019/07/24 12:22:42 $
 <!-- timestamp end -->
 </p>
 </div>

Index: philosophy/fs-and-sustainable-development.html
===================================================================
RCS file: /webcvs/www/www/philosophy/fs-and-sustainable-development.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- philosophy/fs-and-sustainable-development.html      15 Dec 2018 14:02:38 
-0000      1.8
+++ philosophy/fs-and-sustainable-development.html      24 Jul 2019 12:22:42 
-0000      1.9
@@ -27,7 +27,7 @@
 not anything else that the developer didn't say).</p>
 
 <p>The way to avoid being divided and helpless is to use free software.
-Free software respects users' freedom.  Specifically, free softare
+Free software respects users' freedom.  Specifically, free software
 means users have four essential freedoms: they are free to run the
 software, free to study its source code and change it to do what they
 want, free to redistribute copies, and free to publish modified
@@ -105,7 +105,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2018/12/15 14:02:38 $
+$Date: 2019/07/24 12:22:42 $
 <!-- timestamp end -->
 </p>
 </div>

Index: philosophy/no-word-attachments.html
===================================================================
RCS file: /webcvs/www/www/philosophy/no-word-attachments.html,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -b -r1.79 -r1.80
--- philosophy/no-word-attachments.html 12 Apr 2014 12:40:30 -0000      1.79
+++ philosophy/no-word-attachments.html 24 Jul 2019 12:22:42 -0000      1.80
@@ -238,7 +238,7 @@
 <p>
 <em>Microsoft can (and did recently in Kenya and Brazil) have local
 police enforce laws that prohibit students from studying the code,
-prohibit entrepeneurs starting new companies, and prohibit
+prohibit entrepreneurs starting new companies, and prohibit
 professionals offering their services.  Please don't give them your
 support.</em></p>
 
@@ -329,7 +329,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2014/04/12 12:40:30 $
+$Date: 2019/07/24 12:22:42 $
 <!-- timestamp end -->
 </p>
 </div>

Index: people/people.html
===================================================================
RCS file: /webcvs/www/www/people/people.html,v
retrieving revision 1.506
retrieving revision 1.507
diff -u -b -r1.506 -r1.507
--- people/people.html  27 Jun 2019 10:54:57 -0000      1.506
+++ people/people.html  24 Jul 2019 12:22:42 -0000      1.507
@@ -1501,7 +1501,7 @@
 &lt;<a href="mailto:address@hidden";>address@hidden</a>&gt;
 </h4>
 
-<p>Author of guile-dbi (and postgres, myslq db driver),
+<p>Author of guile-dbi (and postgres, mysql db driver),
 contributor to GNU/Hurd and other various contributions.
 </p>
 
@@ -2151,7 +2151,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2019/06/27 10:54:57 $
+$Date: 2019/07/24 12:22:42 $
 <!-- timestamp end -->
 </p>
 </div>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]