aboutsummaryrefslogtreecommitdiff
path: root/src/check_expr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/check_expr.cpp')
-rw-r--r--src/check_expr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/check_expr.cpp b/src/check_expr.cpp
index e55765ff8..de9a6b911 100644
--- a/src/check_expr.cpp
+++ b/src/check_expr.cpp
@@ -5050,7 +5050,7 @@ gb_internal bool check_no_copy_assignment(Operand const &o, String const &contex
if (expr->kind == Ast_CallExpr) {
// Okay
} else {
- error(o.expr, "Invalid use a #no_copy value in %.*s", LIT(context));
+ error(o.expr, "Invalid use of #no_copy value in %.*s", LIT(context));
return true;
}
}