diff options
author | mbr <mbr@FreeBSD.org> | 2003-06-07 22:52:21 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-06-07 22:52:21 +0000 |
commit | 4f91776493ef63015f65ec881868712e7e0ba95e (patch) | |
tree | 59723e0d36a70e09a06944cb122f6350589d76a0 /editors/openoffice.org-2-RC | |
parent | e6fe70a9463a3df9af47b034915070704e30c126 (diff) | |
download | FreeBSD-ports-4f91776493ef63015f65ec881868712e7e0ba95e.zip FreeBSD-ports-4f91776493ef63015f65ec881868712e7e0ba95e.tar.gz |
Fix spelling of "preferred".
PR: 52740, 52741
Submitted by: Christopher Nehren <apeiron@comcast.net>
Diffstat (limited to 'editors/openoffice.org-2-RC')
-rw-r--r-- | editors/openoffice.org-2-RC/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-2-RC/Makefile b/editors/openoffice.org-2-RC/Makefile index 4ca588f..1f5e7ee 100644 --- a/editors/openoffice.org-2-RC/Makefile +++ b/editors/openoffice.org-2-RC/Makefile @@ -203,7 +203,7 @@ pre-fetch: @${ECHO} "automatically set LANG to a suitable" @${ECHO} "value. You can change this with:" @${ECHO} - @${ECHO} "USE_LANG=\"prefered language\"" + @${ECHO} "USE_LANG=\"preferred language\"" @${ECHO} @${ECHO} "and set a different language" @${ECHO} "like:" @@ -224,7 +224,7 @@ pre-fetch: @${ECHO} @${ECHO} "Add USE_GCC=2.95 or USE_GCC=3.2" @${ECHO} "to compile openoffice with your" - @${ECHO} "prefered compiler." + @${ECHO} "preferred compiler." .endif .if !defined(WITH_DEBUG) @${ECHO} |