diff options
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, |