]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - write_common.c
Fix some typos.
[paraslash.git] / write_common.c
index 0c028aaa1001c2c3195fce24c408adf6db68ac45..b35773f7ff7103fe002e8b23e3be7c128afb9cad 100644 (file)
@@ -78,7 +78,7 @@ static void wng_post_select(struct sched *s, struct task *t)
  * \return If at least one open function returned an error, all successful
  * writer notes get closed and this error value is returned. Upon success, a
  * task associated with \a g is registered to the scheduler and the function
- * returnes a positive value.
+ * returns a positive value.
  * */
 int wng_open(struct writer_node_group *g)
 {
@@ -180,7 +180,7 @@ void init_supported_writers(void)
  * \param writer_num contains the number of the writer upon success
  *
  * This function checks whether \a wa starts with the name of a supported
- * paraslash writer, optinally followed by a colon and any options for that
+ * paraslash writer, optionally followed by a colon and any options for that
  * writer.  If a valid writer name was found and further are present, the
  * remaining part of \a wa is passed to that writer's config parser.
  *