Skip to content

Commit 7e91ac5

Browse files
mbgCopilot
andauthored
Update go/extractor/diagnostics/diagnostics.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 74d0ffd commit 7e91ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/extractor/diagnostics/diagnostics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ func EmitCannotFindPackages(pkgPaths []string) {
158158

159159
message := fmt.Sprintf(
160160
"%d package%s could not be found:\n\n%s.\n\n"+
161-
"CodeQL is able to analyze your code without those packages, but definitions from them may not be recognised and "+
161+
"CodeQL is able to analyze your code without those packages, but definitions from them may not be recognized and "+
162162
"source files that use them may only be partially analyzed.\n\n"+
163163
"To ensure that you have comprehensive alert coverage, check that the paths are correct and make sure any private packages can be accessed by CodeQL. ",
164164
numPkgPaths,

0 commit comments

Comments
 (0)