Fix encoding error message misspelling

This commit is contained in:
Daniel Paul Searles 2021-01-12 20:09:23 -07:00
parent 6c8f2ce729
commit 29a28737e8
No known key found for this signature in database
GPG Key ID: 876072AF441F4EDB
1 changed files with 1 additions and 1 deletions

View File

@ -1583,7 +1583,7 @@ def process_c_file(f, patch_infos):
print(' (ISO-8859-1 encoders normally allow anything).')
print('4. Convert all your source code to the UTF-8 encoding.')
print(' The system program "iconv" or Python program "cvt2utf" can')
print(' do this (for cvt2tuf, you can use "pip install cvt2utf").')
print(' do this (for cvt2utf, you can use "pip install cvt2utf").')
print('5. Run: python2 flawfinder')
print(' (That is, use Python 2 instead of Python 3).')
print('Some of these options may not work depending on circumstance.')