Skip to content

Commit

Permalink
Merge pull request #2754 from cfi-gb/fix_typo
Browse files Browse the repository at this point in the history
Fix a typo.
  • Loading branch information
y0urself authored Feb 24, 2021
2 parents f5de3d8 + daa1475 commit 40fd63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gsa/src/gmp/parser/cvss.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {isDefined} from 'gmp/utils/identity';

/**
* (from https://nvd.nist.gov/site-media/js/nvdApp/cvssV2/cvssV2.service.js)
* Handles percision and rounding of numbers to one decimal place
* Handles precision and rounding of numbers to one decimal place
* @param value
* @returns {number}
*/
Expand Down

0 comments on commit 40fd63c

Please sign in to comment.