diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-08-02 11:23:36 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-08-02 11:23:36 +0000 |
commit | 3d4360ce02bd868268e58e0837a24604ecb30f38 (patch) | |
tree | 78a58c46dd1462ca66aa762ba21eb04d18a6e0ad /devel/kdevelop | |
parent | daf47b79d2cc6c9b3265fe028fba6d55d26dca59 (diff) |
Fix typo.
Submitted by: Simon Barner <barner@in.tum.de>
Notes
Notes:
svn path=/head/; revision=115258
Diffstat (limited to 'devel/kdevelop')
-rw-r--r-- | devel/kdevelop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/kdevelop/Makefile b/devel/kdevelop/Makefile index 59a54f860a67..f8fa93f3521b 100644 --- a/devel/kdevelop/Makefile +++ b/devel/kdevelop/Makefile @@ -48,7 +48,7 @@ pre-everything:: .if !defined(WITH_OPTIONAL_DEPENDS) @${ECHO_MSG} @${ECHO_MSG} "You may define WITH_OPTIONAL_DEPENDS (make WITH_OPTIONAL_DEPENDS=YES)" - @${ECHO_MSG} "to automatically build the suggested programs to compliment kdevelop." + @${ECHO_MSG} "to automatically build the suggested programs to complement kdevelop." @${ECHO_MSG} .endif |