diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-03-23 11:02:08 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-03-23 11:02:08 +0000 |
commit | 4a33436663be416f7e27998efd591e1a47544613 (patch) | |
tree | 59afea5bbac927d2f4563748df9154527b61b5be /BUGS | |
parent | 0eb1f1e5d0225639244dd40fb0a6d358b8720727 (diff) |
spelling errors corrected
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |