summaryrefslogtreecommitdiff
path: root/igor.py
diff options
context:
space:
mode:
Diffstat (limited to 'igor.py')
-rw-r--r--igor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/igor.py b/igor.py
index 2e8bab3d..83ed229d 100644
--- a/igor.py
+++ b/igor.py
@@ -318,7 +318,7 @@ def print_banner(label):
try:
which_python = os.path.relpath(sys.executable)
except ValueError:
- # On Windows having a python executable on a different drives
+ # On Windows having a python executable on a different drive
# than the sources cannot be relative.
which_python = sys.executable
print('=== %s %s %s (%s) ===' % (impl, version, label, which_python))