diff options
author | Torstein Husebø <torstein@huseboe.net> | 2015-01-26 15:29:14 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-01-26 10:39:47 -0500 |
commit | cc98b3025eeb89addb76a27390cb2baca4eab8b9 (patch) | |
tree | ab7a776869de4cf49a5382307e9133fbdb9676d9 /src/import | |
parent | ebf31a1f58d0b10ca63c928ff31b7745fc724003 (diff) |
treewide: fix multiple typos
Diffstat (limited to 'src/import')
-rw-r--r-- | src/import/import-dkr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/import-dkr.c b/src/import/import-dkr.c index 78ea80846c..a4ff6f43f0 100644 --- a/src/import/import-dkr.c +++ b/src/import/import-dkr.c @@ -752,7 +752,7 @@ static void dkr_import_job_on_finished(ImportJob *j) { r = btrfs_subvol_set_read_only(i->temp_path, true); if (r < 0) { - log_error_errno(r, "Failed to mark snapshort read-only: %m"); + log_error_errno(r, "Failed to mark snapshot read-only: %m"); goto finish; } |