about summary refs log tree commit diff
path: root/devscripts/gh-pages/update-copyright.py
diff options
context:
space:
mode:
Diffstat (limited to 'devscripts/gh-pages/update-copyright.py')
-rwxr-xr-xdevscripts/gh-pages/update-copyright.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devscripts/gh-pages/update-copyright.py b/devscripts/gh-pages/update-copyright.py
index 3663c8afe..e6c3abc8d 100755
--- a/devscripts/gh-pages/update-copyright.py
+++ b/devscripts/gh-pages/update-copyright.py
@@ -5,7 +5,7 @@ from __future__ import with_statement, unicode_literals
 
 import datetime
 import glob
-import io  # For Python 2 compatibilty
+import io  # For Python 2 compatibility
 import os
 import re