diff options
Diffstat (limited to 'src/dictmaptree.h')
-rw-r--r-- | src/dictmaptree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dictmaptree.h b/src/dictmaptree.h index 8a354fe..190683c 100644 --- a/src/dictmaptree.h +++ b/src/dictmaptree.h @@ -22,7 +22,7 @@ /* * Valve's dict/map/tree structures come in various shapes and sizes, so here we - * do the generic macro thing for future proofing. For now we just define a + * do the generic macro thing for future-proofing. For now we just define a * CUtlDict (map with string keys) of pointers, with ushort indices, which is * sufficient for server entity factory lookup, and probably some other stuff. * Functions for actually modifying the dicts/maps/trees aren't implemented. |