[1036] in BarnOwl Developers
[D-O-H] r1020 - in trunk/owl: . perl/modules/Jabber/lib/Net/Jabber
daemon@ATHENA.MIT.EDU (chmrr@MIT.EDU)
Thu Oct 29 18:12:21 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@nelhage.com
To: dirty-owl-hackers@mit.edu
From: chmrr@MIT.EDU
Reply-To: dirty-owl-hackers@MIT.EDU
Date: Wed, 09 Apr 2008 18:16:02 -0400
Author: chmrr
Date: 2008-04-09 18:16:02 -0400 (Wed, 09 Apr 2008)
New Revision: 1020
Modified:
trunk/owl/
trunk/owl/functions.c
trunk/owl/perl/modules/Jabber/lib/Net/Jabber/Data.pm
trunk/owl/perl/modules/Jabber/lib/Net/Jabber/Protocol.pm
Log:
r29300@kohr-ah: chmrr | 2008-04-09 18:14:37 -0400
* It's apparently a popular typo
Property changes on: trunk/owl
___________________________________________________________________
Name: svk:merge
- 06e3988a-d725-0410-af47-c5dd11e74598:/local/barnowl:2008
8baf6839-b125-0410-9df9-922793c80423:/local/barnowl:20981
8baf6839-b125-0410-9df9-922793c80423:/local/owl:15641
bb873fd7-8e23-0410-944a-99ec44c633eb:/local/d-o-h/branches/par:19594
fe09232e-8620-0410-8e36-e6b4839e121d:/branches/par:688
+ 06e3988a-d725-0410-af47-c5dd11e74598:/local/barnowl:2008
8baf6839-b125-0410-9df9-922793c80423:/local/barnowl:29300
8baf6839-b125-0410-9df9-922793c80423:/local/owl:15641
bb873fd7-8e23-0410-944a-99ec44c633eb:/local/d-o-h/branches/par:19594
fe09232e-8620-0410-8e36-e6b4839e121d:/branches/par:688
Modified: trunk/owl/functions.c
===================================================================
--- trunk/owl/functions.c 2008-04-09 22:08:26 UTC (rev 1019)
+++ trunk/owl/functions.c 2008-04-09 22:16:02 UTC (rev 1020)
@@ -1924,7 +1924,7 @@
owl_fmtext_append_normal(&fm, OWL_VERSION_STRING);
owl_fmtext_append_normal(&fm, "\n");
- owl_fmtext_append_normal(&fm, " Startup Arugments: ");
+ owl_fmtext_append_normal(&fm, " Startup Arguments: ");
owl_fmtext_append_normal(&fm, owl_global_get_startupargs(&g));
owl_fmtext_append_normal(&fm, "\n");
Modified: trunk/owl/perl/modules/Jabber/lib/Net/Jabber/Data.pm
===================================================================
--- trunk/owl/perl/modules/Jabber/lib/Net/Jabber/Data.pm 2008-04-09 22:08:26 UTC (rev 1019)
+++ trunk/owl/perl/modules/Jabber/lib/Net/Jabber/Data.pm 2008-04-09 22:16:02 UTC (rev 1020)
@@ -119,7 +119,7 @@
In an effort to make maintaining this document easier, I am not going
to go into full detail on each of these functions. Rather I will
present the functions in a list with a type in the first column to
-show what they return, or take as arugments. Here is the list of
+show what they return, or take as arguments. Here is the list of
types I will use:
string - just a string
Modified: trunk/owl/perl/modules/Jabber/lib/Net/Jabber/Protocol.pm
===================================================================
--- trunk/owl/perl/modules/Jabber/lib/Net/Jabber/Protocol.pm 2008-04-09 22:08:26 UTC (rev 1019)
+++ trunk/owl/perl/modules/Jabber/lib/Net/Jabber/Protocol.pm 2008-04-09 22:16:02 UTC (rev 1020)
@@ -939,7 +939,7 @@
if (!exists($funcHash{set}) && exists($funcHash{get}))
{
- croak("The DefineNamespace arugments have changed, and I cannot determine the\nnew values automatically for name($name). Please read the man page\nfor Net::Jabber::Namespaces. I apologize for this incompatability.\n");
+ croak("The DefineNamespace arguments have changed, and I cannot determine the\nnew values automatically for name($name). Please read the man page\nfor Net::Jabber::Namespaces. I apologize for this incompatability.\n");
}
if (exists($funcHash{type}) || exists($funcHash{path}) ||