diff options
author | Tuncer Ayaz <[email protected]> | 2011-08-31 14:50:28 +0200 |
---|---|---|
committer | Tuncer Ayaz <[email protected]> | 2011-09-15 00:12:08 +0200 |
commit | e17a38aa65a865e36accf1ab68ca369275d9f71c (patch) | |
tree | 496fd62a0459c3d37d9d28298c254c5e11e9ab8a /lib | |
parent | 38f6fbca6ad053a1f4918756226c626cdefe63c6 (diff) | |
download | otp-e17a38aa65a865e36accf1ab68ca369275d9f71c.tar.gz otp-e17a38aa65a865e36accf1ab68ca369275d9f71c.tar.bz2 otp-e17a38aa65a865e36accf1ab68ca369275d9f71c.zip |
Fix typos in instrument(3)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tools/doc/src/instrument.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tools/doc/src/instrument.xml b/lib/tools/doc/src/instrument.xml index 12877994de..a7c62c8770 100644 --- a/lib/tools/doc/src/instrument.xml +++ b/lib/tools/doc/src/instrument.xml @@ -342,7 +342,7 @@ <p>Stores the current memory allocation map on the file <c>File</c>. Returns <c>true</c> if the emulator has been started with the "<c>+Mim true</c>" command-line argument, and - the map was successfuly stored; otherwise, <c>false</c>. The + the map was successfully stored; otherwise, <c>false</c>. The contents of the file can later be read using <seealso marker="#read_memory_data/1">read_memory_data/1</seealso>. <em>NOTE:</em><c>store_memory_data/0</c> blocks execution of @@ -360,7 +360,7 @@ <p>Stores the current memory status on the file <c>File</c>. Returns <c>true</c> if the emulator has been started with the "<c>+Mis true</c>", or "<c>+Mim true</c>" - command-line arguments, and the data was successfuly stored; + command-line arguments, and the data was successfully stored; otherwise, <c>false</c>. The contents of the file can later be read using <seealso marker="#read_memory_status/1">read_memory_status/1</seealso>.</p> |