Damagage is not a word.

This commit is contained in:
KerfuffleV2 2023-11-08 09:11:22 -07:00
parent fffdac32b5
commit b56ed66195

View file

@ -24,7 +24,7 @@ def change_gguf(reader: GGUFReader, key: str, value: str) -> None:
print(f'- Key {repr(key)} already set to requested value {current_value}') print(f'- Key {repr(key)} already set to requested value {current_value}')
sys.exit(0) sys.exit(0)
print('*** Warning *** Warning *** Warning **') print('*** Warning *** Warning *** Warning **')
print('* Changing fields in a GGUF file can damagage it. If you are positive then type YES:') print('* Changing fields in a GGUF file can damage it. If you are positive then type YES:')
response = input('YES, I am sure> ') response = input('YES, I am sure> ')
if response != 'YES': if response != 'YES':
print("You didn't enter YES. Okay then, see ya!") print("You didn't enter YES. Okay then, see ya!")