typos
This commit is contained in:
parent
4d0c0356fe
commit
1efb30d73f
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
ttic-debug.user.js
|
iitc-debug.user.js
|
||||||
|
2
build.py
2
build.py
@ -14,7 +14,7 @@ m = m.split('@@INJECTHERE@@')
|
|||||||
m.insert(1, c)
|
m.insert(1, c)
|
||||||
t = '\n\n'.join(m)
|
t = '\n\n'.join(m)
|
||||||
|
|
||||||
with open('ttic-debug.user.js', 'w', encoding='utf8') as f:
|
with open('iitc-debug.user.js', 'w', encoding='utf8') as f:
|
||||||
f.write(t)
|
f.write(t)
|
||||||
|
|
||||||
# vim: ai si ts=4 sw=4 sts=4 et
|
# vim: ai si ts=4 sw=4 sts=4 et
|
||||||
|
Loading…
x
Reference in New Issue
Block a user