summaryrefslogtreecommitdiff
path: root/parted
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2010-02-04 14:16:33 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2010-02-04 14:16:33 -0200
commit443aa4ef54b3e00db1ba2c51b8ca4951e491f4de (patch)
tree5e311785a99539c4db4c101d89ee1662a8bd6b56 /parted
parent67957da52b2465f7c8d4268f5474c8cc109f3be6 (diff)
downloadparted-443aa4ef54b3e00db1ba2c51b8ca4951e491f4de.tar.gz
Fix minor spelling errors
This fixes minor spelling errors in the source code. Basically: s/informations/information/g s/prefered/preferred/g
Diffstat (limited to 'parted')
-rw-r--r--parted/parted.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/parted/parted.c b/parted/parted.c
index eb2cea4..06b9f6c 100644
--- a/parted/parted.c
+++ b/parted/parted.c
@@ -294,11 +294,11 @@ enum { /* Don't change these values */
SECT_END = -1
};
-/* Find the prefered way to adjust the sector s inside range.
+/* Find the preferred way to adjust the sector s inside range.
* If a move isn't allowed or is out of range it can't be selected.
* what contains SECT_START if the sector to adjust is a start sector
* or SECT_END if it's an end one.
- * The prefered move is to the nearest allowed boundary of the part
+ * The preferred move is to the nearest allowed boundary of the part
* partition (if at equal distance: to start if SECT_START or to end
* if SECT_END).
* The distance is returned in dist.