Changeset 7756dde


Ignore:
Timestamp:
Jul 9, 2011, 3:59:13 PM (13 years ago)
Author:
Jason Gross <jgross@mit.edu>
Branches:
master, release-1.10, release-1.8, release-1.9
Children:
a16d7e5
Parents:
401752a
git-author:
Jason Gross <jgross@mit.edu> (07/08/11 03:55:03)
git-committer:
Jason Gross <jgross@mit.edu> (07/09/11 15:59:13)
Message:
Fix a typo in variable.c and a typo in filterelement.c
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • filterelement.c

    rd4927a7 r7756dde  
    104104}
    105105
    106 /* XXX: Our boolea operators short-circuit here. The original owl did
     106/* XXX: Our boolean operators short-circuit here. The original owl did
    107107   not. Do we care?
    108108*/
  • variable.c

    rfa981f3 r7756dde  
    160160  OWLVAR_BOOL( "loglogins" /* %OwlVarStub */, 0,
    161161               "Enable logging of login notifications",
    162                "When this is enabled, Owl will login login and logout notifications\n"
     162               "When this is enabled, Owl will log login and logout notifications\n"
    163163               "for AIM, zephyr, or other protocols.  If disabled Owl will not print\n"
    164164               "login or logout notifications.\n"),
Note: See TracChangeset for help on using the changeset viewer.