blob: 698a7e44a8d4a10d6824d6aff5f1a862985af4ab (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Description: Fix a typo.
Forwarded: no
Author: Peter Pentchev <roam@FreeBSD.org>
Last-Update: 2009-11-26
--- a/doc/README.onchange
+++ b/doc/README.onchange
@@ -8,7 +8,7 @@
only the inital call triggers the script. For example vadddomain uses
vadduser and vmoduser to create the postmaster user, and set its
attributes. Your script will be called once with cmd set to
-add_domain, and arg1 set to the domain being added. Bythe time the
+add_domain, and arg1 set to the domain being added. By the time the
script is called, the domain and the postmaster user have already
been created.
|