summaryrefslogtreecommitdiff
path: root/libparted
diff options
context:
space:
mode:
authorBrian C. Lane <bcl@redhat.com>2015-08-07 15:23:17 -0700
committerBrian C. Lane <bcl@redhat.com>2015-08-07 15:23:17 -0700
commit5a92c7500d94fcd11b47b77973308b367bf32abd (patch)
treedc52f0b11e29fa3b9ea17745c4894177e2b190a3 /libparted
parent579bd6878b07d8387451d36106ccf86d26818b77 (diff)
downloadparted-5a92c7500d94fcd11b47b77973308b367bf32abd.tar.gz
libparted: Fix misspelling in hfs exception string
Diffstat (limited to 'libparted')
-rw-r--r--libparted/fs/r/hfs/journal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libparted/fs/r/hfs/journal.c b/libparted/fs/r/hfs/journal.c
index 9080e14..069a8bd 100644
--- a/libparted/fs/r/hfs/journal.c
+++ b/libparted/fs/r/hfs/journal.c
@@ -257,7 +257,7 @@ hfsj_replay_journal(PedFileSystem* fs)
PED_EXCEPTION_NO_FEATURE,
PED_EXCEPTION_CANCEL,
_("Journal stored outside of the volume are "
- "not supported. Try to desactivate the "
+ "not supported. Try to deactivate the "
"journal and run Parted again."));
return 0;
}