summaryrefslogtreecommitdiffstats
path: root/installclasses/custom.py
diff options
context:
space:
mode:
authorbfox <bfox>2001-03-14 21:30:45 +0000
committerbfox <bfox>2001-03-14 21:30:45 +0000
commitf8b341fd84822f21c0e78c9b125f3f2081ad570a (patch)
tree5b0fcc2f3c6cd61143bff2d19e9b4304ff0615e9 /installclasses/custom.py
parenteede6a79a7a807af9a9ae83652bb7bdf4003b094 (diff)
downloadanaconda-f8b341fd84822f21c0e78c9b125f3f2081ad570a.tar.gz
anaconda-f8b341fd84822f21c0e78c9b125f3f2081ad570a.tar.xz
anaconda-f8b341fd84822f21c0e78c9b125f3f2081ad570a.zip
misspelling error
Diffstat (limited to 'installclasses/custom.py')
-rw-r--r--installclasses/custom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/installclasses/custom.py b/installclasses/custom.py
index e523a2ca1..0c1cf59bd 100644
--- a/installclasses/custom.py
+++ b/installclasses/custom.py
@@ -19,7 +19,7 @@ class InstallClass(BaseInstallClass):
self.addNewPartition('/boot', (32, -1, 0), (None,-1,0), (0,0))
self.addNewPartition('/', (700, -1, 1), (None, -1, 0), (0,0))
self.setClearParts(FSEDIT_CLEAR_LINUX,
- warningText = N_("Automatic parittioning will erase any preexisting Linux "
+ warningText = N_("Automatic partitioning will erase any preexisting Linux "
"installations on your system."))
# 2.4 kernel requires more swap, so base amount we try to get