From 84888e55438c7aa70d5866c203c06aea7576542e Mon Sep 17 00:00:00 2001
From: Theodore Ts'o <tytso@mit.edu>
Date: Sat, 8 Oct 2011 13:32:00 -0400
Subject: Fix spelling errors pointed out by translators

Also remove the _("<foo>") marker from a string that was all numbers
and hence didn't need punctuation.

Thanks to Philipp Thomas and Goeran Uddeborg for reporting these
buglets.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
---
 e2fsck/prof_err.et | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'e2fsck')

diff --git a/e2fsck/prof_err.et b/e2fsck/prof_err.et
index af7801ee..4c595d63 100644
--- a/e2fsck/prof_err.et
+++ b/e2fsck/prof_err.et
@@ -13,7 +13,7 @@ error_code	PROF_ADD_NOT_SECTION,
 error_code	PROF_SECTION_WITH_VALUE, 
 	"A profile section header has a non-zero value"
 error_code	PROF_BAD_LINK_LIST, 	"Bad linked list in profile structures"
-error_code	PROF_BAD_GROUP_LVL, 	"Bad group level in profile strctures"
+error_code	PROF_BAD_GROUP_LVL, 	"Bad group level in profile structures"
 error_code	PROF_BAD_PARENT_PTR, 	
 	"Bad parent pointer in profile strctures"
 error_code	PROF_MAGIC_ITERATOR,	"Bad magic value in profile iterator"
-- 
cgit v1.2.3