diff options
Diffstat (limited to 'test/ragel.d/strings3.rl')
-rw-r--r-- | test/ragel.d/strings3.rl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ragel.d/strings3.rl b/test/ragel.d/strings3.rl index 97eb6d24..b39a9fbb 100644 --- a/test/ragel.d/strings3.rl +++ b/test/ragel.d/strings3.rl @@ -342,7 +342,7 @@ "static int \n" | "_f[] = {\n" | "#endif\n" | - "/* The array of indicies into the transition array. */\n" | + "/* The array of indices into the transition array. */\n" | "#if \n" | "static \n" | "_i[] = {\n" | @@ -569,7 +569,7 @@ "#define s \n" | "#define i \n" | "#define t \n" | - "/* The array of indicies into the transition array. */\n" | + "/* The array of indices into the transition array. */\n" | "#if \n" | "static \n" | "_i[] = {\n" | |