Changeset d768834


Ignore:
Timestamp:
Apr 9, 2008, 6:08:26 PM (16 years ago)
Author:
Nelson Elhage <nelhage@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:
cdd3959
Parents:
e3e6cff
Message:
Fix some stupid typos
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    r0b6b689 rd768834  
    180180              "print <variable>\n"
    181181              "print",
    182               "Print the value of the named variable.  If no arugments\n"
     182              "Print the value of the named variable.  If no arguments\n"
    183183              "are used print the value of all variables.\n"),
    184184
     
    599599              "smartnarrow [-i | --instance]",
    600600              "If the curmsg is a personal message narrow\n"
    601               "   to the converstaion with that user.\n"
     601              "   to the conversation with that user.\n"
    602602              "If the curmsg is a class message, instance foo, recip *\n"
    603603              "   message, narrow to the class, inst.\n"
     
    611611              "smartfilter [-i | --instance]",
    612612              "If the curmsg is a personal message, the filter is\n"
    613               "   the converstaion with that user.\n"
     613              "   the conversation with that user.\n"
    614614              "If the curmsg is a class message, instance foo, recip *\n"
    615615              "   message, the filter is the class, inst.\n"
  • functions.c

    r6b580b0 rd768834  
    258258  ret=owl_zwrite_create_from_line(&z, line);
    259259  if (ret) {
    260     owl_function_error("Error in zwrite arugments");
     260    owl_function_error("Error in zwrite arguments");
    261261    owl_zwrite_free(&z);
    262262    return;
Note: See TracChangeset for help on using the changeset viewer.