Fixed crash when an upload is confirmed with no file selected
[pub/Android/ownCloud.git] / src / eu / alefzero / webdav / WebdavEntry.java
index 5785f91..30b5660 100644 (file)
@@ -126,7 +126,7 @@ public class WebdavEntry {
         return mCreateTimestamp;
     }
 
-    public long modifiedTimesamp() {
+    public long modifiedTimestamp() {
         return mModifiedTimestamp;
     }