summaryrefslogtreecommitdiffstats
path: root/installclasses/custom.py
diff options
context:
space:
mode:
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