From 9af38870d33d004471543880c8d714772bf096ca Mon Sep 17 00:00:00 2001 From: fyodor Date: Wed, 3 Sep 2008 20:14:23 +0000 Subject: [PATCH] fix some typos found by Eric Krosnes --- docs/scripting.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scripting.xml b/docs/scripting.xml index 3ca7277bf..80656784d 100644 --- a/docs/scripting.xml +++ b/docs/scripting.xml @@ -1891,7 +1891,7 @@ if(s) code_to_be_done_on_match end Converts the given number, n, to a string - in a hexidecimal number format (e.g. 10 becomes "a"). + in a hexadecimal number format (e.g. 10 becomes "a").