Skip to content

Commit 66de676

Browse files
Azoyhamishknight
andauthored
Update include/swift/AST/DiagnosticsSema.def
Co-authored-by: Hamish Knight <[email protected]>
1 parent 11a9b14 commit 66de676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/DiagnosticsSema.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1996,7 +1996,7 @@ ERROR(attr_static_exclusive_only_let_only_param,none,
19961996
ERROR(attr_static_exclusive_only_mutating,none,
19971997
"type %0 cannot have mutating function %1", (Type, ValueDecl *))
19981998
ERROR(attr_static_exclusive_no_setters,none,
1999-
"varaible of type %0 must not have a setter", (Type))
1999+
"variable of type %0 must not have a setter", (Type))
20002000

20012001
// @extractConstantsFromMembers
20022002
ERROR(attr_extractConstantsFromMembers_experimental,none,

0 commit comments

Comments
 (0)