Browse Source

Fixed typo, bug #3319

michael 21 years ago
parent
commit
9017612bd0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/ref.tex

+ 1 - 1
docs/ref.tex

@@ -1161,7 +1161,7 @@ After a call to \var{SetLength}, valid array indexes are 0 to 999: the array
 index is always zero-based.
 
 Note that the length of the array is set in elements, not in bytes of 
-allocated mmemory (although these may be the same). The amount of 
+allocated memory (although these may be the same). The amount of 
 memory allocated is the size of the array multiplied by the size of 
 1 element in the array. The memory will be disposed of at the exit of the
 current procedure or function.