summaryrefslogtreecommitdiff
path: root/src/core/transaction.c
diff options
context:
space:
mode:
authorMichael Biebl <mbiebl@gmail.com>2016-07-12 02:47:25 +0200
committerGitHub <noreply@github.com>2016-07-12 02:47:25 +0200
commite18ec3c71d6450de898cd46e659b560e18ee8430 (patch)
tree1028bd5ea783209d44aefa0acacd277d2dea44ab /src/core/transaction.c
parentd6cdc4cd4b58cfff4b44e1201e54f05b4a38d2d4 (diff)
parent61233823aa4b0fe9605e0a7cd77261b3c5bca8e9 (diff)
Merge pull request #3702 from torstehu/fix-typo
treewide: fix typos and remove accidental repetition of words
Diffstat (limited to 'src/core/transaction.c')
-rw-r--r--src/core/transaction.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/transaction.c b/src/core/transaction.c
index e06a48a2f1..af539171fd 100644
--- a/src/core/transaction.c
+++ b/src/core/transaction.c
@@ -373,7 +373,7 @@ static int transaction_verify_order_one(Transaction *tr, Job *j, Job *from, unsi
delete = NULL;
for (k = from; k; k = ((k->generation == generation && k->marker != k) ? k->marker : NULL)) {
- /* logging for j not k here here to provide consistent narrative */
+ /* logging for j not k here to provide consistent narrative */
log_unit_warning(j->unit,
"Found dependency on %s/%s",
k->unit->id, job_type_to_string(k->type));
@@ -392,7 +392,7 @@ static int transaction_verify_order_one(Transaction *tr, Job *j, Job *from, unsi
if (delete) {
const char *status;
- /* logging for j not k here here to provide consistent narrative */
+ /* logging for j not k here to provide consistent narrative */
log_unit_warning(j->unit,
"Breaking ordering cycle by deleting job %s/%s",
delete->unit->id, job_type_to_string(delete->type));