Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Silbe <sascha-pgp@silbe.org>2013-06-18 06:45:20 (GMT)
committer Sascha Silbe <sascha-pgp@silbe.org>2013-06-18 06:45:20 (GMT)
commit5a1d619477c14c82be3bcc199a203a594899b234 (patch)
tree1b23d5a9e4d2f6f007d9dfa4662a0b029000dae4
parentf2608a44767b97817168dbe8507689657cf06572 (diff)
Fix typo in comment
-rwxr-xr-xjournal2webdav2
1 files changed, 1 insertions, 1 deletions
diff --git a/journal2webdav b/journal2webdav
index cf29f28..e644e06 100755
--- a/journal2webdav
+++ b/journal2webdav
@@ -357,7 +357,7 @@ class JournalHandler(dav_interface):
# clients don't request a WebDAV listing containing this
# property. So as it's expensive to calculate (we need to
# construct the full HTML block to determine the length),
- # we just claim its empty and hope nothing breaks.
+ # we just claim it is empty and hope nothing breaks.
return '0'
def _get_dav_getcontenttype(self, uri):