From 2cf396be3ebac3f9df91461078503af45f28ada9 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 20 Aug 2006 08:00:55 +0000 Subject: [PATCH] weird typo --- amxmodx/sorting.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amxmodx/sorting.cpp b/amxmodx/sorting.cpp index 3c74b99b..86b87d32 100644 --- a/amxmodx/sorting.cpp +++ b/amxmodx/sorting.cpp @@ -5,7 +5,7 @@ * About the double array hack * *************************** - Double arrays in Pawn are vectors offset but the current offset. For example: + Double arrays in Pawn are vectors offset by the current offset. For example: new array[2][2]