From 07915461e94a56aae5a22f63b83bf23cd22937b9 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 16 Apr 2008 05:04:33 +0000 Subject: [PATCH] fixed typo --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402062 --- plugins/include/adt_stack.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/adt_stack.inc b/plugins/include/adt_stack.inc index f47b1f3e..596566b2 100644 --- a/plugins/include/adt_stack.inc +++ b/plugins/include/adt_stack.inc @@ -56,7 +56,7 @@ native Handle:CreateStack(blocksize=1); /** - * Pushes a value onto the end of the stack , adding a new index. + * Pushes a value onto the end of the stack, adding a new index. * * This may safely be used even if the stack has a blocksize * greater than 1.