[asterisk-commits] murf: branch murf/bug11210 r104538 - /team/murf/bug11210/include/asterisk/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Feb 27 10:13:25 CST 2008
Author: murf
Date: Wed Feb 27 10:13:24 2008
New Revision: 104538
URL: http://svn.digium.com/view/asterisk?view=rev&rev=104538
Log:
Almost forgot to fix the spelling error spotted by Kevin. Almost, but not quite.
Modified:
team/murf/bug11210/include/asterisk/astobj2.h
Modified: team/murf/bug11210/include/asterisk/astobj2.h
URL: http://svn.digium.com/view/asterisk/team/murf/bug11210/include/asterisk/astobj2.h?view=diff&rev=104538&r1=104537&r2=104538
==============================================================================
--- team/murf/bug11210/include/asterisk/astobj2.h (original)
+++ team/murf/bug11210/include/asterisk/astobj2.h Wed Feb 27 10:13:24 2008
@@ -158,7 +158,7 @@
If you study each argument list, you will see that these functions all have
one extra argument that their ao2_xxx counterpart. The last argument in
each case is supposed to be a string pointer, a "tag", that should contain
-enough of an expanation, that you can pair operations that increment the
+enough of an explanation, that you can pair operations that increment the
ref count, with operations that are meant to decrement the refcount.
Each of these calls will generate at least one line of output in /tmp/refs.
More information about the asterisk-commits
mailing list