Fixed some typos, courtesy of codespell
This commit is contained in:
@@ -113,7 +113,7 @@ static bool iterate_enforcements(database_t *db, int device_id, int session_id,
|
||||
if (latest_success)
|
||||
{
|
||||
/*skipping enforcement */
|
||||
printf("skipping enforcment %d\n", id);
|
||||
printf("skipping enforcement %d\n", id);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ typedef struct private_ita_attr_settings_t private_ita_attr_settings_t;
|
||||
typedef struct entry_t entry_t;
|
||||
|
||||
/**
|
||||
* Contains a settins name/value pair
|
||||
* Contains a settings name/value pair
|
||||
*/
|
||||
struct entry_t {
|
||||
char *name;
|
||||
|
||||
Reference in New Issue
Block a user