aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAskar Safin <safinaskar@mail.ru>2015-01-08 11:42:41 +0100
committerKay Sievers <kay@vrfy.org>2015-01-08 11:44:15 +0100
commit0495afbc08772d848fe56518ebe5d7cd3fa20d96 (patch)
tree3c8060f883a7750d6a9a2a2e22149d5ee5ce0d46
parente40a709de92ab17abed6697ebce7d6e5d19226b3 (diff)
downloadlibabc-0495afbc08772d848fe56518ebe5d7cd3fa20d96.tar.gz
README: fix typo
-rw-r--r--README2
-rw-r--r--[-rwxr-xr-x]autogen.sh0
2 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 3263cd9..2f9f4a8 100644
--- a/README
+++ b/README
@@ -161,7 +161,7 @@ Avoid *hidden* fork()/exec() in libraries
pages!). fork() safety for mutex-ridden code is not an
afterthought, it's a broken right from the beginning.
-Make your code safe for unexpected termination and any point:
+Make your code safe for unexpected termination at any point:
- Do not leave files dirty or temporary files around.
- This is a tricky, since you need to design your stuff like this
from the beginning, it's not an afterthought, since you generally
diff --git a/autogen.sh b/autogen.sh
index 16c0eb3..16c0eb3 100755..100644
--- a/autogen.sh
+++ b/autogen.sh