summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Gayot <og@satcom1.com>2019-01-27 20:55:02 +0100
committerOlivier Gayot <og@satcom1.com>2019-01-27 20:55:02 +0100
commit43525ce52bea0bf5c75497ca6b6046d95146b316 (patch)
tree2bf831b29c44b64ac47cc7e9a968e283dcdd6572
parent9a5b006cf76471e0ae3d38acc932c0da60b30d1b (diff)
Fix typoHEADmaster
Signed-off-by: Olivier Gayot <og@satcom1.com>
-rw-r--r--stegmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stegmp.c b/stegmp.c
index 87715dd..b11c973 100644
--- a/stegmp.c
+++ b/stegmp.c
@@ -104,7 +104,7 @@ int stegmp_loop_write(unsigned char *baseaddr, struct bitmap *bmpp, FILE *fh)
bits = 0;
- /* check if bufferized input still present */
+ /* check if buffered input still present */
if (idx == len) {
if (feof(fh)) {
return 0;