Commit 05aed652 05aed65293a7aecf9d5585e4e9bb8791885ec14a by Alain Magloire

typo.

1 parent 4ec2ac41
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 2
3 * mailbox2/pop3/*: Pop3 functions are thread-safe and cancel-safe. 3 * mailbox2/pop3/*: Pop3 functions are thread-safe and cancel-safe.
4 The problem is monitor.h, we will probably end up doing a monitor.h.in 4 The problem is monitor.h, we will probably end up doing a monitor.h.in
5 and set a compile time if threading was enable or not. 5 and set at compile time if threading is enable or not.
6 6
7 2001-07-01 Alain Magloire 7 2001-07-01 Alain Magloire
8 8
......