Skip to content

Commit 45469a4

Browse files
committed
C#: Fix error message.
1 parent c88355e commit 45469a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/lib/semmle/code/csharp/dataflow/ExternalFlow.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ module CsvValidation {
364364
exists(string row, string kind | sourceModel(row) |
365365
kind = row.splitAt(";", 7) and
366366
not kind = "local" and
367-
msg = "Invalid kind \"" + kind + "\" in sink model."
367+
msg = "Invalid kind \"" + kind + "\" in source model."
368368
)
369369
}
370370
}

0 commit comments

Comments
 (0)