Fixed typo, bug #3319

This commit is contained in:
michael 2004-09-13 19:03:04 +00:00
parent 922a594dd8
commit 9017612bd0

View File

@ -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.