summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2013-07-30 11:21:11 +0300
committerEric Blake <eblake@redhat.com>2013-07-30 07:07:33 -0600
commit5b4c035b08c122c3ae15aee7c13ce0f480586502 (patch)
treef601928de2f9cde929c19064dea317f929e5f8ae /HACKING
parente9b8c9dc80ec53643824a054300f40d45219bf35 (diff)
downloadlibvirt-5b4c035b08c122c3ae15aee7c13ce0f480586502.tar.gz
Fix minor typos in messages and docs
Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index 9a421b0c3e..207b9edc91 100644
--- a/HACKING
+++ b/HACKING
@@ -180,7 +180,7 @@ possible to add a filter to avoid the errors. For example:
==4643== by 0x34D8C01569: ??? (in /usr/lib64/ld-2.15.so)
-In this instance, it is acceptible to modify the "tests/.valgrind.supp" file
+In this instance, it is acceptable to modify the "tests/.valgrind.supp" file
in order to add a suppression filter. The filter should be unique enough to
not suppress real leaks, but it should be generic enough to cover multiple
code paths. The format of the entry can be found in the documentation found at