summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrant <grant>2004-04-14 17:20:09 +0000
committergrant <grant>2004-04-14 17:20:09 +0000
commita00777fe16c28b59eb3daeb7067ea676f2859cc8 (patch)
tree220a24050526a165aba3009a567b29fc02f319da
parent0edf1a2cff0076583c2e488d5d8de5dfb2862f19 (diff)
downloadpkgsrc-a00777fe16c28b59eb3daeb7067ea676f2859cc8.tar.gz
s/as gracefully as I can/as gracefully as possible/
-rw-r--r--mail/libspf-alt/DESCR2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/libspf-alt/DESCR b/mail/libspf-alt/DESCR
index 0744ffd3881..41dbec1efed 100644
--- a/mail/libspf-alt/DESCR
+++ b/mail/libspf-alt/DESCR
@@ -15,6 +15,6 @@ used, things like snprintf() are used instead. There are few fixed
sized buffers/arrays, instead, most data structures are dynamically
allocated with the allocation sized recorded so I can check to make
sure the buffer isn't overflowed. The return values from malloc() and
-other system calls are checked and handled as gracefully as I can.
+other system calls are checked and handled as gracefully as possible.
The valgrind program is regularly run to make sure that there are no
memory leaks and reads/writes to invalid memory.