diff options
author | hoek <hoek@FreeBSD.org> | 2003-01-04 19:36:29 +0000 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 2003-01-04 19:36:29 +0000 |
commit | b76dc60d2279830fa01ac2f48af38fd3ccc2f9ba (patch) | |
tree | 478608475ec5acff2e1a0035fc50a3341a75ca97 /sysutils | |
parent | 9f3c6911bdaafcdb6b5fbda00a701f0930d459ac (diff) | |
download | FreeBSD-ports-b76dc60d2279830fa01ac2f48af38fd3ccc2f9ba.zip FreeBSD-ports-b76dc60d2279830fa01ac2f48af38fd3ccc2f9ba.tar.gz |
Small typo fix to prev change: beeing -> being
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xcdroast/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/xcdroast/Makefile b/sysutils/xcdroast/Makefile index 987f3de..d298efb 100644 --- a/sysutils/xcdroast/Makefile +++ b/sysutils/xcdroast/Makefile @@ -38,7 +38,7 @@ pre-everything:: @${ECHO} "" @${ECHO} "You may use the following build options:" @${ECHO} "" - @${ECHO} " WITH_NONROOT=yes Use xcdroast w/o beeing root" + @${ECHO} " WITH_NONROOT=yes Use xcdroast w/o being root" @${ECHO} "" post-patch: |