summaryrefslogtreecommitdiff
path: root/src/main/extractor_plugin_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/extractor_plugin_main.c')
-rw-r--r--src/main/extractor_plugin_main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/extractor_plugin_main.c b/src/main/extractor_plugin_main.c
index b7b2996..ee51c8f 100644
--- a/src/main/extractor_plugin_main.c
+++ b/src/main/extractor_plugin_main.c
@@ -106,7 +106,7 @@ struct ProcessingContext
/**
* Moves current absolute buffer position to 'pos' in 'whence' mode.
- * Will move logical position withouth shifting the buffer, if possible.
+ * Will move logical position without shifting the buffer, if possible.
* Will not move beyond the end of file.
*
* @param plugin plugin context
@@ -251,7 +251,7 @@ plugin_env_seek (void *cls,
* @param plugin plugin context
* @param data location to store data pointer
* @param count number of bytes to read
- * @return number of bytes (<= count) avalable in @a data, -1 on error
+ * @return number of bytes (<= count) available in @a data, -1 on error
*/
static ssize_t
plugin_env_read (void *cls,
@@ -550,7 +550,7 @@ process_requests (struct ProcessingContext *pc)
/* odd, we're already in the start state... */
continue;
default:
- LOG ("Received invalid messag %d\n", (int) code);
+ LOG ("Received invalid message %d\n", (int) code);
/* error, unexpected message */
return;
}