summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorowsla <owsla@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2008-12-19 15:18:49 +0000
committerowsla <owsla@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2008-12-19 15:18:49 +0000
commit431a0be45fd38e8c0ddec09d54c56fcf8aa00c19 (patch)
tree0872cba8080877db791a503be547be50da396bf0
parent8cf1aca616e5cb5ac44efae8d89795691b4d6eb5 (diff)
downloadrdiff-backup-431a0be45fd38e8c0ddec09d54c56fcf8aa00c19.tar.gz
Fix typo (Oliver Mulatz)
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@975 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/rdiff_backup/Time.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdiff-backup/rdiff_backup/Time.py b/rdiff-backup/rdiff_backup/Time.py
index 377f0b7..564dc20 100644
--- a/rdiff-backup/rdiff_backup/Time.py
+++ b/rdiff-backup/rdiff_backup/Time.py
@@ -144,7 +144,7 @@ def gettzd(timeinseconds = None):
"""Return w3's timezone identification string.
Expresed as [+/-]hh:mm. For instance, PDT is -07:00 during
- dayling savings and -08:00 otherwise. Zone is coincides with what
+ dayling savings and -08:00 otherwise. Zone coincides with what
localtime(), etc., use. If no argument given, use the current
time.