[Ocfs2-tools-commits] mfasheh commits r1166 - trunk/fsck.ocfs2

svn-commits@oss.oracle.com svn-commits at oss.oracle.com
Fri Feb 24 17:08:54 CST 2006


Author: mfasheh
Date: 2006-02-24 17:08:53 -0600 (Fri, 24 Feb 2006)
New Revision: 1166

Modified:
   trunk/fsck.ocfs2/pass0.c
Log:
* fix a typo



Modified: trunk/fsck.ocfs2/pass0.c
===================================================================
--- trunk/fsck.ocfs2/pass0.c	2006-02-24 00:41:21 UTC (rev 1165)
+++ trunk/fsck.ocfs2/pass0.c	2006-02-24 23:08:53 UTC (rev 1166)
@@ -608,7 +608,7 @@
 	if (di->i_clusters != total &&
 	    prompt(ost, PY, PR_CHAIN_I_CLUSTERS,
 		   "Allocator inode %"PRIu64" has %"PRIu32" clusters "
-		   "represtented in its allocator chains but has an "
+		   "represented in its allocator chains but has an "
 		   "i_clusters value of %"PRIu32". Fix this by updating "
 		   "i_clusters?", di->i_blkno, total, di->i_clusters)) {
 		di->i_clusters = total;
@@ -619,7 +619,7 @@
 	if (di->i_size != chain_bytes &&
 	    prompt(ost, PY, PR_CHAIN_I_SIZE,
 		   "Allocator inode %"PRIu64" has %"PRIu32" clusters "
-		   "represtented in its allocator chain which accounts for "
+		   "represented in its allocator chain which accounts for "
 		   "%"PRIu64" total bytes, but its i_size is %"PRIu64". "
 		   "Fix this by updating i_size?", di->i_blkno,
 		   di->id1.bitmap1.i_total, chain_bytes, di->i_size)) {




More information about the Ocfs2-tools-commits mailing list