Skip to content

Commit

Permalink
Merge pull request #1425 from cfi-gb/fix_typo
Browse files Browse the repository at this point in the history
Fix a typo.
  • Loading branch information
bjoernricks authored Feb 24, 2021
2 parents 0882f86 + 2b611e7 commit 09fe24c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gmp_configs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1022,9 +1022,9 @@ modify_config_handle_nvt_selection (config_t config,
/**
* @brief Modifies a single preference inside a modify_config command.
*
* @param[in] config The config to modify
* @param[in] config The config to modify.
* @param[in] nvt_oid VT OID of the preference or NULL for scanner pref.
* @param[in] name Name of the prefernce to Changes
* @param[in] name Name of the preference to change.
* @param[in] value Value to set for the preference.
* @param[in] gmp_parser The GMP parser.
* @param[out] error GError output.
Expand Down

0 comments on commit 09fe24c

Please sign in to comment.