aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/dev-notes/hacking.rst')
-rw-r--r--doc/dev-notes/hacking.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dev-notes/hacking.rst b/doc/dev-notes/hacking.rst
index 7f3ef55bd..ccd413c48 100644
--- a/doc/dev-notes/hacking.rst
+++ b/doc/dev-notes/hacking.rst
@@ -150,7 +150,7 @@ existing file (but empty to avoid reading overhead)::
python -m 'timeit' -s 'import os' $'try:open("dar").read()\nexcept IOError: pass'
10000 loops, best of 3: 22 usec per loop
-nonexistant file::
+nonexistent file::
rm foo