Skip to content

Commit

Permalink
Fix a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
isimluk committed Sep 28, 2014
1 parent a54d84a commit d545da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/oscap-info.c
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ static int app_info(const struct oscap_action *action)
// Currently, we do not have any SCE result file parsing capabilities.
break;
default:
printf("Could not dermine document type\n");
printf("Could not determine document type\n");
goto cleanup;
break;
}
Expand Down

0 comments on commit d545da9

Please sign in to comment.