[1034] in BarnOwl Developers
[D-O-H] r1019 - trunk/owl
daemon@ATHENA.MIT.EDU (nelhage@MIT.EDU)
Thu Oct 29 18:12:20 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: nelhage@MIT.EDU
Reply-to: dirty-owl-hackers@MIT.EDU
Date: Wed, 9 Apr 2008 18:08:27 -0400 (EDT)
Author: nelhage
Date: 2008-04-09 18:08:26 -0400 (Wed, 09 Apr 2008)
New Revision: 1019
Modified:
trunk/owl/commands.c
trunk/owl/functions.c
Log:
Fix some stupid typos
Modified: trunk/owl/commands.c
===================================================================
--- trunk/owl/commands.c 2008-04-08 17:57:49 UTC (rev 1018)
+++ trunk/owl/commands.c 2008-04-09 22:08:26 UTC (rev 1019)
@@ -179,7 +179,7 @@
"print a variable value",
"print <variable>\n"
"print",
- "Print the value of the named variable. If no arugments\n"
+ "Print the value of the named variable. If no arguments\n"
"are used print the value of all variables.\n"),
OWLCMD_ARGS("startup", owl_command_startup, OWL_CTX_ANY,
@@ -598,7 +598,7 @@
"view only messages similar to the current message",
"smartnarrow [-i | --instance]",
"If the curmsg is a personal message narrow\n"
- " to the converstaion with that user.\n"
+ " to the conversation with that user.\n"
"If the curmsg is a class message, instance foo, recip *\n"
" message, narrow to the class, inst.\n"
"If the curmsg is a class message then narrow\n"
@@ -610,7 +610,7 @@
"returns the name of a filter based on the current message",
"smartfilter [-i | --instance]",
"If the curmsg is a personal message, the filter is\n"
- " the converstaion with that user.\n"
+ " the conversation with that user.\n"
"If the curmsg is a class message, instance foo, recip *\n"
" message, the filter is the class, inst.\n"
"If the curmsg is a class message, the filter is that class.\n"
Modified: trunk/owl/functions.c
===================================================================
--- trunk/owl/functions.c 2008-04-08 17:57:49 UTC (rev 1018)
+++ trunk/owl/functions.c 2008-04-09 22:08:26 UTC (rev 1019)
@@ -257,7 +257,7 @@
/* check the arguments */
ret=owl_zwrite_create_from_line(&z, line);
if (ret) {
- owl_function_error("Error in zwrite arugments");
+ owl_function_error("Error in zwrite arguments");
owl_zwrite_free(&z);
return;
}