Changing enzym to enzyme proper spelling

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@82 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
cvill64
2007-02-08 17:57:39 +00:00
parent 53c7d65880
commit 551a00d208
+3 -3
View File
@@ -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"
APPNAME = "enzyme"
APPVERSION = "1.0"