Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in comments. #730

Merged
merged 1 commit into from
Aug 30, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/gmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -10171,8 +10171,8 @@ results_xml_append_nvt (iterator_t *results, GString *buffer, int cert_loaded)
cvss_base = "0.0";

/* Add the elements that are expected as part of the pipe-separated
* tag list via API although internally already explicitely stored.
* Once the API is extended to have these elements explicitely, they
* tag list via API although internally already explicitly stored.
* Once the API is extended to have these elements explicitly, they
* do not need to be added to this tag string anymore. */
if (result_iterator_nvt_summary (results))
{
Expand Down
4 changes: 2 additions & 2 deletions src/manage.c
Original file line number Diff line number Diff line change
Expand Up @@ -7318,8 +7318,8 @@ get_nvti_xml (iterator_t *nvts, int details, int pref_count,
g_free (tag_text);

/* Add the elements that are expected as part of the pipe-separated tag list
* via API although internally already explicitely stored. Once the API is
* extended to have these elements explicitely, they do not need to be
* via API although internally already explicitly stored. Once the API is
* extended to have these elements explicitly, they do not need to be
* added to this tag string anymore. */
if (nvt_iterator_summary (nvts) && nvt_iterator_summary (nvts)[0])
{
Expand Down