summaryrefslogtreecommitdiff
path: root/src/python/Time.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/Time.py')
-rw-r--r--src/python/Time.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/Time.py b/src/python/Time.py
index f94770ce..d5e092ca 100644
--- a/src/python/Time.py
+++ b/src/python/Time.py
@@ -216,4 +216,4 @@ class Time(Property):
seconds = self.utc_seconds() - other.seconds()
return Time(seconds)
else:
- raise TypeError, "subtraction with Time reqires Time or Duration"
+ raise TypeError, "subtraction with Time requires Time or Duration"