summaryrefslogtreecommitdiff
path: root/transaction.c
diff options
context:
space:
mode:
Diffstat (limited to 'transaction.c')
-rw-r--r--transaction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/transaction.c b/transaction.c
index 7baf7d58..e756db33 100644
--- a/transaction.c
+++ b/transaction.c
@@ -32,7 +32,7 @@ struct btrfs_trans_handle* btrfs_start_transaction(struct btrfs_root *root,
if (!h)
return ERR_PTR(-ENOMEM);
if (root->commit_root) {
- error("commit_root aleady set when starting transaction");
+ error("commit_root already set when starting transaction");
kfree(h);
return ERR_PTR(-EINVAL);
}