diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-01-21 19:17:10 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-01-21 19:17:10 +0100 |
commit | a7ff7c49085c320c1e0a2ffb66cc6d283c5acb8e (patch) | |
tree | d9f86def771c7845f241ec81219b243c70523c60 /src/Tombstone.vala | |
parent | 66f6a7bd3f7e00022191f16cb0e82a39e7333a76 (diff) |
New upstream version 0.25.3upstream/0.25.3
Diffstat (limited to 'src/Tombstone.vala')
-rw-r--r-- | src/Tombstone.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Tombstone.vala b/src/Tombstone.vala index 33649d0..23cd984 100644 --- a/src/Tombstone.vala +++ b/src/Tombstone.vala @@ -121,7 +121,7 @@ public class TombstoneSourceCollection : DatabaseSourceCollection { info = monitor.get_file_info(file); // Want to be conservative here; only resurrect a tombstone if file is actually detected - // as not present, and not some other problem (which may be intermittant) + // as not present, and not some other problem (which may be intermittent) if (info == null) { try { info = yield file.query_info_async(FileAttribute.STANDARD_NAME, |