[PATCH] Correct two trivial typos in etp-commands

Tuncer Ayaz tuncer.ayaz@REDACTED
Wed Nov 18 17:38:12 CET 2009


Noticed some trivial typos while reading etp-commands
and related sources.

Signed-off-by: Tuncer Ayaz <tuncer.ayaz@REDACTED>

---
 erts/etc/unix/etp-commands |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/erts/etc/unix/etp-commands b/erts/etc/unix/etp-commands
index c69e9af..6a01e0b 100644
--- a/erts/etc/unix/etp-commands
+++ b/erts/etc/unix/etp-commands
@@ -32,7 +32,7 @@ document etp-help
 % Same as "help etp-help"
 %
 % Emulator Toolbox for Pathologists
-% - GDB commad toolbox for analyzing core dumps form the
+% - GDB command toolbox for analyzing core dumps from the
 % Erlang emulator (BEAM).
 %
 % Should work for 32-bit erts-5.2/R9B, ...
@@ -79,7 +79,7 @@ document etp-help
 % tag bits. Do not forget about the e.g p, p/x, x and x/4x commands.
 %
 % Execution speed of user defined gdb commands is not lightning fast.
-% It may well take half a minute do dump a complex term with the default
+% It may well take half a minute to dump a complex term with the default
 % max depth values on our old Sparc Ultra-10's.
 %
 % To use the Erlang support module, the environment variable ROOTDIR
-- 
1.6.5.3


More information about the erlang-patches mailing list