Skip to content

Commit

Permalink
auc: fix typo
Browse files Browse the repository at this point in the history
Fix minor typo.

Signed-off-by: Rodrigo Balerdi <[email protected]>
  • Loading branch information
Lanchon authored Jan 15, 2025
1 parent c529c66 commit f51d650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/auc/src/auc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1893,7 +1893,7 @@ int main(int args, char *argv[]) {
running_branch = get_current_branch();
running_revision = revision_from_version_code(revision);
if (!running_branch)
fprintf(stderr, "WARNING: cannot determing currently running branch.\n");
fprintf(stderr, "WARNING: cannot determine currently running branch.\n");

target_version = select_branch(cmd_target_branch, cmd_target_version);
if (!target_version) {
Expand Down

0 comments on commit f51d650

Please sign in to comment.