summaryrefslogtreecommitdiff
path: root/src/Upgrades.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/Upgrades.vala')
-rw-r--r--src/Upgrades.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Upgrades.vala b/src/Upgrades.vala
index 85349ae..b06ccad 100644
--- a/src/Upgrades.vala
+++ b/src/Upgrades.vala
@@ -62,7 +62,7 @@ private interface UpgradeTask : Object{
// Deletes the mimics folder, if it still exists.
// Note: for the step count to be consistent, files cannot be written
-// to the mimcs folder for the duration of this task.
+// to the mimics folder for the duration of this task.
private class MimicsRemovalTask : Object, UpgradeTask {
// Mimics folder (to be deleted, if present)
private File mimic_dir = AppDirs.get_data_dir().get_child("mimics");