Skip to content

Commit

Permalink
fix typo (#1452)
Browse files Browse the repository at this point in the history
  • Loading branch information
zricethezav authored Jul 5, 2023
1 parent d017181 commit a99d89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/detectors/sqlserver/sqlserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var (
// Keywords are used for efficiently pre-filtering chunks.
// Use identifiers in the secret preferably, or the provider name.
func (s Scanner) Keywords() []string {
return []string{"sql", "database", "Data Source", "Server=", "Network addres="}
return []string{"sql", "database", "Data Source", "Server=", "Network address="}
}

// FromData will find and optionally verify SpotifyKey secrets in a given set of bytes.
Expand Down

0 comments on commit a99d89d

Please sign in to comment.