Skip to content

Commit f382d96

Browse files
authored
Fix "usueful" typo
1 parent d30caa8 commit f382d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/vmprof.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ As most statistical profilers, the core idea is to have a signal handler which
191191
periodically inspects and dumps the stack of the running program: the most
192192
frequently executed parts of the code will be dumped more often, and the
193193
post-processing and visualization tools have the chance to show the end user
194-
usueful info about the behavior of the profiled program. This is the very same
194+
useful info about the behavior of the profiled program. This is the very same
195195
approach used e.g. by `gperftools`_.
196196

197197
However, when profiling an interpreter such as CPython, inspecting the C stack

0 commit comments

Comments
 (0)