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;
* 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)