commit | 90802ed9c3dbab2e067bd9fc67a30e66e6774e8f | [log] [tgz] |
---|---|---|
author | Paul Bolle <pebolle@tiscali.nl> | Mon Dec 05 13:00:34 2011 +0100 |
committer | Jiri Kosina <jkosina@suse.cz> | Tue Dec 06 09:53:40 2011 +0100 |
tree | ac379380a669ad3c2a7ab0c3d923f1e9644ae885 | |
parent | 05183189ee5df8799b22c56d93f0f69b8490e33f [diff] [blame] |
treewide: Fix comment and string typo 'bufer' Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
diff --git a/lib/decompress_unlzma.c b/lib/decompress_unlzma.c index 476c65a..32adb73 100644 --- a/lib/decompress_unlzma.c +++ b/lib/decompress_unlzma.c
@@ -562,7 +562,7 @@ else inbuf = malloc(LZMA_IOBUF_SIZE); if (!inbuf) { - error("Could not allocate input bufer"); + error("Could not allocate input buffer"); goto exit_0; }