From 1efb30d73f0fca41d4b13453f544cffd578be100 Mon Sep 17 00:00:00 2001 From: Stefan Breunig Date: Mon, 11 Feb 2013 19:10:15 +0100 Subject: [PATCH] typos --- .gitignore | 2 +- build.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 44e6ab26..6a70ed57 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -ttic-debug.user.js +iitc-debug.user.js diff --git a/build.py b/build.py index 9aa60627..2752f8e9 100755 --- a/build.py +++ b/build.py @@ -14,7 +14,7 @@ m = m.split('@@INJECTHERE@@') m.insert(1, c) 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) # vim: ai si ts=4 sw=4 sts=4 et