Skip to content

Commit afdc3f9

Browse files
committed
libpromises/attributes: Fix typo in error message
1 parent c61827a commit afdc3f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libpromises/attributes.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ FileSelect GetSelectConstraints(const EvalContext *ctx, const Promise *pp)
628628
{
629629
if (entries)
630630
{
631-
Log(LOG_LEVEL_ERR, "file_select body missing its a file_result return value");
631+
Log(LOG_LEVEL_ERR, "file_select body missing its file_result return value");
632632
}
633633
}
634634

@@ -1453,7 +1453,7 @@ ProcessSelect GetProcessFilterConstraints(const EvalContext *ctx, const Promise
14531453
{
14541454
if (entries)
14551455
{
1456-
Log(LOG_LEVEL_ERR, "process_select body missing its a process_result return value");
1456+
Log(LOG_LEVEL_ERR, "process_select body missing its process_result return value");
14571457
}
14581458
}
14591459

0 commit comments

Comments
 (0)