From 053029af87121861596c6a5eaaa8106834fa4976 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 27 Apr 2007 00:21:21 +0000 Subject: [PATCH] fixed comment --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40714 --- plugins/include/console.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/include/console.inc b/plugins/include/console.inc index 22c83749..ece28d03 100644 --- a/plugins/include/console.inc +++ b/plugins/include/console.inc @@ -136,7 +136,7 @@ native PrintToConsole(client, const String:format[], any:...); * Called when a server-only command is invoked. * * @params args Number of arguments that were in the argument string. - * @return A Result value. Not handling the command + * @return An Action value. Not handling the command * means that Source will report it as "not found." */ functag SrvCmd Action:public(args); @@ -158,7 +158,7 @@ native RegServerCmd(const String:cmd[], SrvCmd:callback, const String:descriptio * * @param client Index of the client, or 0 from the server. * @param args Number of arguments that were in the argument string. - * @return A Result value. Not handling the command + * @return An Action value. Not handling the command * means that Source will report it as "not found." */ functag ConCmd Action:public(client, args);