Skip to content

Commit

Permalink
Merge branch 'master' into MySQLUserPgSQLUserDeleteIssue
Browse files Browse the repository at this point in the history
  • Loading branch information
buhongw7583c authored Jun 10, 2020
2 parents 311042a + 005a439 commit e1f78e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/helpers/stringhelper.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ func FindBadChars(stack string) error {

for _, s := range badChars {
if idx := strings.Index(stack, s); idx > -1 {
return fmt.Errorf("potentially dangerous character seqience found: '%s' at pos: %d", s, idx)
return fmt.Errorf("potentially dangerous character sequence found: '%s' at pos: %d", s, idx)
}
}
return nil
Expand Down

0 comments on commit e1f78e4

Please sign in to comment.