summaryrefslogtreecommitdiff
path: root/libparted/filesys.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-04-14 12:46:03 +0200
committerJim Meyering <meyering@redhat.com>2011-04-14 12:46:52 +0200
commit8d59f5b29a5fc80e0992f2c3417b0d5b7bc3317f (patch)
tree01c171dd4f39fbe17135862fa1ce2af1e86615d6 /libparted/filesys.c
parent69bf2b05c5d2c6c6a3e2e314c3026e9c21e335fe (diff)
downloadparted-8d59f5b29a5fc80e0992f2c3417b0d5b7bc3317f.tar.gz
maint: s/can not/cannot/ in a comment and documentation
Without this, a new "make syntax-check" rule would fail. * libparted/filesys.c: s/can not/cannot/ * doc/parted-pt_BR.texi (BIOSes and Firmware): Likewise.
Diffstat (limited to 'libparted/filesys.c')
-rw-r--r--libparted/filesys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libparted/filesys.c b/libparted/filesys.c
index c3be2e1..bf458e5 100644
--- a/libparted/filesys.c
+++ b/libparted/filesys.c
@@ -812,7 +812,7 @@ ped_file_system_get_create_constraint (const PedFileSystemType* fs_type,
* the filesystem \p fs and the capabilities of the resize algorithm.
* Hints:
* -# if constraint->start_align->grain_size == 0, or
- * constraint->start_geom->length == 1, then the start can not be moved
+ * constraint->start_geom->length == 1, then the start cannot be moved
* -# constraint->min_size is the minimum size you can resize the partition
* to. You might want to tell the user this ;-).
*