From: Andre Noll Date: Sun, 8 Jun 2014 10:23:52 +0000 (+0200) Subject: Fix two typos in comments of attribute.c. X-Git-Tag: v0.5.3~16 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=9ea225a753a04dfda2a5e3c482586861436bb5c1;ds=sidebyside Fix two typos in comments of attribute.c. --- diff --git a/attribute.c b/attribute.c index ffe84102..7777a8dd 100644 --- a/attribute.c +++ b/attribute.c @@ -355,7 +355,7 @@ int com_mvatt(struct command_context *cc) struct remove_attribute_action_data { /** Message buffer. */ struct para_buffer pb; - /** Numver of attributes removed. */ + /** Number of attributes removed. */ int num_removed; /** Bitwise "or" of the removed attributes. */ uint64_t mask_of_removed_atts; @@ -438,7 +438,7 @@ int com_rmatt(struct command_context *cc) * used for unset attributes. * * In practice, not all 64 attributes are defined. In this case, the function - * only prints \a N + 1 charaters where \a N is the greatest id of a defined + * only prints \a N + 1 characters where \a N is the greatest id of a defined * attribute. */ void get_attribute_bitmap(const uint64_t *atts, char *buf)