diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog index 9aa92d610..77198194c 100644 --- a/doc/ref/ChangeLog +++ b/doc/ref/ChangeLog @@ -1,3 +1,7 @@ +2008-03-28 Neil Jerram + + * libguile-concepts.texi (Multi-Threading): Fix typo. + 2008-03-24 Neil Jerram Applying patch from Julian Graham, containing minor fixes to his diff --git a/doc/ref/libguile-concepts.texi b/doc/ref/libguile-concepts.texi index 6fef7a79a..20c0f72ca 100644 --- a/doc/ref/libguile-concepts.texi +++ b/doc/ref/libguile-concepts.texi @@ -474,7 +474,7 @@ multiple threads using them concurrently. This means that there is no risk of the internal data structures of libguile becoming corrupted in such a way that the process crashes. -A program might still produce non-sensical results, though. Taking +A program might still produce nonsensical results, though. Taking hashtables as an example, Guile guarantees that you can use them from multiple threads concurrently and a hashtable will always remain a valid hashtable and Guile will not crash when you access it. It does not