Skip to content

Commit cc7c186

Browse files
committed
Fix typo I made 12 years ago
I am sorry.
1 parent acdbe77 commit cc7c186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/XCCDF_POLICY/xccdf_policy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ xccdf_policy_is_item_selected(struct xccdf_policy *policy, const char *id)
622622
const bool *tmp = (const bool*) oscap_htable_get(policy->selected_final, id);
623623
if (tmp == NULL) {
624624
/* This shall really never happen. All valid IDs of any
625-
* xccdf:Item shall be stored in the dictionery. However,
625+
* xccdf:Item shall be stored in the dictionary. However,
626626
* we shall not to segfault. */
627627
assert(false);
628628
return false;

0 commit comments

Comments
 (0)