coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] fix "Optain" typos in df.c


From: Ivan Sichmann Freitas
Subject: [PATCH] fix "Optain" typos in df.c
Date: Sat, 21 May 2011 01:05:14 -0300
User-agent: Mutt/1.5.21 (2010-09-15)

Hi, nothing big, I just found two typos in df.c, the word obtain is misspelled
"optain" in two comments.

HTH


diff --git a/src/df.c b/src/df.c
index a049980..1b27675 100644
--- a/src/df.c
+++ b/src/df.c
@@ -241,7 +241,7 @@ print_table (void)
   IF_LINT (free (table));
 }
 
-/* Optain the appropriate header entries.  */
+/* Obtain the appropriate header entries.  */
 
 static void
 get_header (void)
@@ -417,7 +417,7 @@ add_uint_with_neg_flag (uintmax_t *dest, bool *dest_neg,
     *dest = -*dest;
 }
 
-/* Optain a space listing for the disk device with absolute file name DISK.
+/* Obtain a space listing for the disk device with absolute file name DISK.
    If MOUNT_POINT is non-NULL, it is the name of the root of the
    file system on DISK.
    If STAT_FILE is non-null, it is the name of a file within the file

-- 
Ivan Sichmann Freitas
GNU/Linux user #509059

Attachment: typos.patch
Description: Text document

Attachment: pgpCsk6b7x5EK.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]