summaryrefslogtreecommitdiffstats
path: root/text-utils/more.c
diff options
context:
space:
mode:
authorKarel Zak2009-12-10 13:04:41 +0100
committerKarel Zak2009-12-10 13:04:41 +0100
commit04c944419df0f549129f5af62d38823164f2e037 (patch)
treebf42420e5e2dca6c7c4565d0ce0b9622e6f9363d /text-utils/more.c
parentlib: bug (typo) in function MD5Final() (diff)
downloadkernel-qcow2-util-linux-04c944419df0f549129f5af62d38823164f2e037.tar.gz
kernel-qcow2-util-linux-04c944419df0f549129f5af62d38823164f2e037.tar.xz
kernel-qcow2-util-linux-04c944419df0f549129f5af62d38823164f2e037.zip
po: fix msgid bugs
Reported-by: Petr Pisar <petr.pisar@atlas.cz> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'text-utils/more.c')
-rw-r--r--text-utils/more.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/text-utils/more.c b/text-utils/more.c
index a152463c0..2eedfbe1a 100644
--- a/text-utils/more.c
+++ b/text-utils/more.c
@@ -795,7 +795,7 @@ int prepare_line_buffer(void)
* function when the Line buffer is initilized first time in main()
*/
if (Line)
- error(_("out if memory"));
+ error(_("out of memory"));
return -1;
}