aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/caldav/calcurse-caldav.py
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@calcurse.org>2016-12-13 18:47:32 +0100
committerLukas Fleischer <lfleischer@calcurse.org>2016-12-13 18:47:38 +0100
commit6a80e156dd2838f39c3874a4c72f6a533d9f816e (patch)
tree7a9d152c34e90c79eb462f52325acaf5dd4d313f /contrib/caldav/calcurse-caldav.py
parentc8d3d87c84c27addf261a1afb051af6c548eee14 (diff)
downloadcalcurse-6a80e156dd2838f39c3874a4c72f6a533d9f816e.tar.gz
calcurse-6a80e156dd2838f39c3874a4c72f6a533d9f816e.zip
calcurse-caldav: Fix scrambled comment
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
Diffstat (limited to 'contrib/caldav/calcurse-caldav.py')
-rwxr-xr-xcontrib/caldav/calcurse-caldav.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/caldav/calcurse-caldav.py b/contrib/caldav/calcurse-caldav.py
index dca997e..7f662c0 100755
--- a/contrib/caldav/calcurse-caldav.py
+++ b/contrib/caldav/calcurse-caldav.py
@@ -525,8 +525,8 @@ try:
' --init=keep-local Remove all remote objects\n' +
' --init=two-way Copy local items to the server and vice versa')
- # Query the server and build a dictionary that maps ETags to paths on the
- # server.
+ # Query the server and compute a lookup table that maps each path to its
+ # current ETag.
etagdict = get_etags(conn)
# Compute object diffs.