aboutsummaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-03-23 11:02:08 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-03-23 11:02:08 +0000
commit4a33436663be416f7e27998efd591e1a47544613 (patch)
tree59afea5bbac927d2f4563748df9154527b61b5be /BUGS
parent0eb1f1e5d0225639244dd40fb0a6d358b8720727 (diff)
spelling errors corrected
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUGS b/BUGS
index a08b61ba7..5666c969c 100644
--- a/BUGS
+++ b/BUGS
@@ -46,11 +46,11 @@ BUGS
should be replaced with the name of your debugger, in most cases that will
be 'gdb', but 'dbx' and others also occur.
- When the debugger has finnished loading the core file and presents you a
+ When the debugger has finished loading the core file and presents you a
prompt, you can give the compiler instructions. Enter 'where' (without the
quotes) and press return.
The list that is presented is the stack trace. If everything worked, it is
- supposed to contain the chaing of functions that were called when curl
+ supposed to contain the chain of functions that were called when curl
crashed.