summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Mazon <jmazon@gmail.com>2020-01-08 03:51:30 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-01-12 21:32:08 -0500
commit077a88de5c0981badbb61b06f32073d7f3a49b08 (patch)
tree765a040aa316c1cfed6c99a732d4e29a036b7637
parentc8636da51449ab13399cb029e3e55d7a246ac5a6 (diff)
downloadhaskell-077a88de5c0981badbb61b06f32073d7f3a49b08.tar.gz
users-guide/debug-info: typo “behivior”
-rw-r--r--docs/users_guide/debug-info.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/debug-info.rst b/docs/users_guide/debug-info.rst
index 45792c65df..351446fa58 100644
--- a/docs/users_guide/debug-info.rst
+++ b/docs/users_guide/debug-info.rst
@@ -132,7 +132,7 @@ this point in the program,
The reason ``gdb`` doesn't show this symbol name in the backtrace output is an
infidelity in its interpretation of debug information, which assumes an
invariant preserved in C but not Haskell programs. Unfortunately it is
- necessary to work around this manually until this behivior is fixed
+ necessary to work around this manually until this behavior is fixed
upstream.
.. note::