Skip to content

Commit

Permalink
Correct comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmundell committed Apr 15, 2020
1 parent f42d21c commit 917206a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manage_sql.c
Original file line number Diff line number Diff line change
Expand Up @@ -31038,7 +31038,7 @@ validate_results_port (const char *port)
if (!port)
return 1;

/* "cpe:abc", "general/tcp", "20/upd"
/* "cpe:abc", "general/tcp", "20/udp"
*
* The , and ; is to stop users from entering lists of ports.
* CPE doesn't use them because seems like they're valid in CPEs. */
Expand Down

0 comments on commit 917206a

Please sign in to comment.