summaryrefslogtreecommitdiff
path: root/src/deh_text.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/deh_text.c')
-rw-r--r--src/deh_text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/deh_text.c b/src/deh_text.c
index ff5e2d70..9e8cc79d 100644
--- a/src/deh_text.c
+++ b/src/deh_text.c
@@ -66,7 +66,7 @@ char *DEH_String(char *s)
{
int entry;
- // Fallback if we have not initialised the hash table yet
+ // Fallback if we have not initialized the hash table yet
if (hash_table_length < 0)
return s;