Fix spelling of Partition

Signed-off-by: Ryan Harper <ryan.harper@canonical.com>
This commit is contained in:
Ryan Harper 2015-07-22 09:19:13 -05:00
parent 199675c262
commit cf7568aba0
1 changed files with 2 additions and 2 deletions

View File

@ -236,8 +236,8 @@ class Controller:
# Filesystem/Disk partition -----------------------------------------------
def disk_partition(self, disk):
log.debug("In disk partition view, using {} as the disk.".format(disk))
title = ("Paritition, format, and mount {}".format(disk))
footer = ("Paritition the disk, or format the entire device "
title = ("Partition, format, and mount {}".format(disk))
footer = ("Partition the disk, or format the entire device "
"without partitions.")
self.ui.set_header(title)
self.ui.set_footer(footer)