diff options
| author | fuzzyray <fuzzyray@gentoo.org> | 2009-05-01 17:33:51 +0000 |
|---|---|---|
| committer | fuzzyray <fuzzyray@gentoo.org> | 2009-05-01 17:33:51 +0000 |
| commit | 6d7f0d8da0e3e8f7a74c49377dcc191fd4fdc002 (patch) | |
| tree | 8e574331d12e29d1ada81d3780057e0747d4ad06 /trunk/Makefile | |
| parent | 39f0e0f09af96bd51b7ee2ebc71afd8f8a3988d5 (diff) | |
| download | gentoolkit-6d7f0d8da0e3e8f7a74c49377dcc191fd4fdc002.tar.gz | |
Fix typo in Makefile
svn path=/; revision=568
Diffstat (limited to 'trunk/Makefile')
| -rw-r--r-- | trunk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/Makefile b/trunk/Makefile index 3906c52..76dfe1d 100644 --- a/trunk/Makefile +++ b/trunk/Makefile @@ -51,7 +51,7 @@ dist-gentoolkit: ( cd release ; tar zcf gentoolkit-$(VERSION)$(RELEASE_TAG).tar.gz gentoolkit-$(VERSION)$(RELEASE_TAG)/ ) install: - echo "Err0r: Must use either install-gentoolkit or install-gentoolkit-dev" + echo "Error: Must use either install-gentoolkit or install-gentoolkit-dev" exit 1 install-gentoolkit: |
