From 9ea225a753a04dfda2a5e3c482586861436bb5c1 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 8 Jun 2014 12:23:52 +0200 Subject: [PATCH] Fix two typos in comments of attribute.c. --- attribute.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.39.2