X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write_common.c;h=b35773f7ff7103fe002e8b23e3be7c128afb9cad;hp=0c028aaa1001c2c3195fce24c408adf6db68ac45;hb=51dde9efab2d662cf5813d26d5c9aebce6e197e7;hpb=471684761a2039bbc89aa1e3c33c62de6bef86cf diff --git a/write_common.c b/write_common.c index 0c028aaa..b35773f7 100644 --- a/write_common.c +++ b/write_common.c @@ -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. *