Fix a typo in the documentation to struct writer.
[paraslash.git] / write.h
diff --git a/write.h b/write.h
index 7ecb091ba9d6d83e94d7d976a1e37941985360c6..fc6ade3cb5f1e7694646085c443dc3a368aec04d 100644 (file)
--- a/write.h
+++ b/write.h
@@ -49,7 +49,7 @@ struct writer {
         * Open one instance of this writer.
         *
         * This function should perform any work necessary to write the incoming
-        * stream. If To this aim, it may allocate its private data structure and store
+        * stream. To this aim, it may allocate its private data structure and store
         * a pointer to that structure via the given writer_node parameter.
         */
        int (*open)(struct writer_node *);