[svn-commits] kpfleming: trunk r58761 - /trunk/main/asterisk.c
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Sun Mar 11 14:57:05 MST 2007
Author: kpfleming
Date: Sun Mar 11 16:57:05 2007
New Revision: 58761
URL: http://svn.digium.com/view/asterisk?view=rev&rev=58761
Log:
grammatical errors are bad, mmmkay?
Modified:
trunk/main/asterisk.c
Modified: trunk/main/asterisk.c
URL: http://svn.digium.com/view/asterisk/trunk/main/asterisk.c?view=diff&rev=58761&r1=58760&r2=58761
==============================================================================
--- trunk/main/asterisk.c (original)
+++ trunk/main/asterisk.c Sun Mar 11 16:57:05 2007
@@ -1419,7 +1419,7 @@
#if defined(MARKO_BDAY)
static const char markobday_help[] =
"Usage: marko show birthday\n"
-" Shows time until/since Mark Spencers 30th birthday.\n";
+" Shows time until/since Mark Spencer's 30th birthday.\n";
#endif
static int handle_version(int fd, int argc, char *argv[])
@@ -1491,9 +1491,9 @@
if (curtime >= markobdaystarttime && curtime <= markobdayendtime)
ast_cli(fd, "Happy 30th birthday Marko!\n");
else if (curtime > markobdayendtime)
- print_markobdaystr(fd, curtime - markobdayendtime, "Time since Mark Spencers 30th birthday");
+ print_markobdaystr(fd, curtime - markobdayendtime, "Time since Mark Spencer's 30th birthday");
else
- print_markobdaystr(fd, markobdaystarttime - curtime, "Time until Mark Spencers 30th birthday");
+ print_markobdaystr(fd, markobdaystarttime - curtime, "Time until Mark Spencer's 30th birthday");
}
return RESULT_SUCCESS;
}
@@ -1676,7 +1676,7 @@
#if defined(MARKO_BDAY)
{ { "marko", "show", "birthday", NULL },
- handle_markobday, "Display time until/since Mark Spencers 30th birthday",
+ handle_markobday, "Display time until/since Mark Spencer's 30th birthday",
markobday_help },
#endif
More information about the svn-commits
mailing list