aboutsummaryrefslogtreecommitdiff
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
106 106
107/** 107/**
108 * Moves current absolute buffer position to 'pos' in 'whence' mode. 108 * Moves current absolute buffer position to 'pos' in 'whence' mode.
109 * Will move logical position withouth shifting the buffer, if possible. 109 * Will move logical position without shifting the buffer, if possible.
110 * Will not move beyond the end of file. 110 * Will not move beyond the end of file.
111 * 111 *
112 * @param plugin plugin context 112 * @param plugin plugin context
@@ -251,7 +251,7 @@ plugin_env_seek (void *cls,
251 * @param plugin plugin context 251 * @param plugin plugin context
252 * @param data location to store data pointer 252 * @param data location to store data pointer
253 * @param count number of bytes to read 253 * @param count number of bytes to read
254 * @return number of bytes (<= count) avalable in @a data, -1 on error 254 * @return number of bytes (<= count) available in @a data, -1 on error
255 */ 255 */
256static ssize_t 256static ssize_t
257plugin_env_read (void *cls, 257plugin_env_read (void *cls,
@@ -550,7 +550,7 @@ process_requests (struct ProcessingContext *pc)
550 /* odd, we're already in the start state... */ 550 /* odd, we're already in the start state... */
551 continue; 551 continue;
552 default: 552 default:
553 LOG ("Received invalid messag %d\n", (int) code); 553 LOG ("Received invalid message %d\n", (int) code);
554 /* error, unexpected message */ 554 /* error, unexpected message */
555 return; 555 return;
556 } 556 }