diff options
author | demon <demon@FreeBSD.org> | 2004-01-14 23:55:29 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2004-01-14 23:55:29 +0800 |
commit | a3693df21abff794a144fe1a1fc19290bcd341db (patch) | |
tree | d84e32ee9f218a6d5475ae59ca5c15f454dc7a04 /sysutils/bacula | |
parent | 66135fe76abe46f64bf1867a022337946126b92d (diff) | |
download | freebsd-ports-gnome-a3693df21abff794a144fe1a1fc19290bcd341db.tar.gz freebsd-ports-gnome-a3693df21abff794a144fe1a1fc19290bcd341db.tar.zst freebsd-ports-gnome-a3693df21abff794a144fe1a1fc19290bcd341db.zip |
Correct typo in comment.
Diffstat (limited to 'sysutils/bacula')
-rw-r--r-- | sysutils/bacula/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/bacula/Makefile b/sysutils/bacula/Makefile index 97e5e44e40e7..f7ebd5b58bcb 100644 --- a/sysutils/bacula/Makefile +++ b/sysutils/bacula/Makefile @@ -126,7 +126,7 @@ post-install: cpio -pdm -L -R root:wheel ${DOCSDIR} .endif -# Inform user afer install about important things .... +# Inform user after install about important things .... .if !defined(WITH_CLIENT_ONLY) @${ECHO_MSG} "*******************************************************" @${ECHO_MSG} "NOTE:" |