summaryrefslogtreecommitdiff
path: root/libparted/fs
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2017-01-19 23:38:40 +0100
committerBrian C. Lane <bcl@redhat.com>2017-01-19 16:23:41 -0800
commit0a1a14532c67f62a6005f44be42c5b9c9d87cfa4 (patch)
treeb49b20cd19bc90e0b959af39a84b61fc10d7ef36 /libparted/fs
parent43b061e90dcdab799ecd1e822852de110673bf7e (diff)
downloadparted-0a1a14532c67f62a6005f44be42c5b9c9d87cfa4.tar.gz
libparted: Fix typo in hfs error message
Diffstat (limited to 'libparted/fs')
-rw-r--r--libparted/fs/r/hfs/cache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libparted/fs/r/hfs/cache.c b/libparted/fs/r/hfs/cache.c
index 68be366..03c2913 100644
--- a/libparted/fs/r/hfs/cache.c
+++ b/libparted/fs/r/hfs/cache.c
@@ -210,8 +210,8 @@ hfsc_cache_move_extent(HfsCPrivateCache* cache, uint32_t old_start,
ped_exception_throw (
PED_EXCEPTION_BUG,
PED_EXCEPTION_CANCEL,
- _("Trying to move an extent from block Ox%X to block "
- "Ox%X, but another one already exists at this "
+ _("Trying to move an extent from block 0x%X to block "
+ "0x%X, but another one already exists at this "
"position. This should not happen!"),
old_start, new_start);
return NULL;