Skip to content

Commit 85e92d0

Browse files
authored
Merge pull request #885 from jwlynch/master
spelling error
2 parents d055b17 + b53929f commit 85e92d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/transformer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import urllib
55
from urllib import request, parse
66

7-
__version__ = "1.0.0"
7+
__version__ = "1.0.1"
88

99
IRSSI = {
1010
"authors": "terminaldweller",
@@ -147,7 +147,7 @@ def run_on_script_load() -> None:
147147
irssi.settings_add_str(
148148
b"misc",
149149
b"transformer_prompt_system",
150-
b"if you can't translate parts of the provided text use the original piece of text. the text will ocassionally inlcude URLs. if the original text is in the target language, return an empty response. Do not ask for follow up question.",
150+
b"if you can't translate parts of the provided text use the original piece of text. the text will ocassionally include URLs. if the original text is in the target language, return an empty response. Do not ask for follow up question.",
151151
)
152152
irssi.settings_add_str(
153153
b"misc",

0 commit comments

Comments
 (0)