Changeset cdd3959


Ignore:
Timestamp:
Apr 9, 2008, 6:16:02 PM (16 years ago)
Author:
Alex Vandiver <alexmv@mit.edu>
Branches:
master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
b72a352
Parents:
d768834
git-author:
Alex Vandiver <alexmv@mit.edu> (04/09/08 18:14:37)
git-committer:
Alex Vandiver <alexmv@mit.edu> (04/09/08 18:16:02)
Message:
It's apparently a popular typo
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • functions.c

    rd768834 rcdd3959  
    19251925  owl_fmtext_append_normal(&fm, "\n");
    19261926
    1927   owl_fmtext_append_normal(&fm, "  Startup Arugments: ");
     1927  owl_fmtext_append_normal(&fm, "  Startup Arguments: ");
    19281928  owl_fmtext_append_normal(&fm, owl_global_get_startupargs(&g));
    19291929  owl_fmtext_append_normal(&fm, "\n");
  • perl/modules/Jabber/lib/Net/Jabber/Data.pm

    rc2bed55 rcdd3959  
    120120to go into full detail on each of these functions.  Rather I will
    121121present the functions in a list with a type in the first column to
    122 show what they return, or take as arugments.  Here is the list of
     122show what they return, or take as arguments.  Here is the list of
    123123types I will use:
    124124
  • perl/modules/Jabber/lib/Net/Jabber/Protocol.pm

    rc2bed55 rcdd3959  
    940940        if (!exists($funcHash{set}) && exists($funcHash{get}))
    941941        {
    942             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");
     942            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");
    943943        }
    944944
Note: See TracChangeset for help on using the changeset viewer.