From 551a00d208095cff7b8b6e50e68cdeba3f36f2f8 Mon Sep 17 00:00:00 2001 From: cvill64 Date: Thu, 8 Feb 2007 17:57:39 +0000 Subject: [PATCH] Changing enzym to enzyme proper spelling git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@82 cd1c1023-2f26-0410-ae45-c471fc1f0318 --- handlers/enzyme | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/handlers/enzyme b/handlers/enzyme index 7a5cae849..2b7e8d2b8 100644 --- a/handlers/enzyme +++ b/handlers/enzyme @@ -10,7 +10,7 @@ # - daily reports # this application manages the portage tree and builds .tbz2 files: # EXAMPLE (if you want to build a new version of openoffice with all its dependencies): -# # enzym openoffice +# # enzyme openoffice # ---> openoffice package will be build and put into the entropy store directory # there will be some options, like: # --merge-bin: will install the packages on the system (maybe by default) @@ -24,5 +24,5 @@ import entropyTools from entropyConstants import * # CONSTANTS -APPNAME = "enzym" -APPVERSION = "1.0" \ No newline at end of file +APPNAME = "enzyme" +APPVERSION = "1.0"