Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
dougthor42 committed Nov 17, 2024
1 parent 534142c commit 4d9f1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gazelle/python/file_parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func ParseCode(code []byte, path string) (*sitter.Node, error) {

root := tree.RootNode()
if root.HasError() {
log.Printf("WARNING: failed to parse %q. The resuling BUILD target may be incorrect.", path)
log.Printf("WARNING: failed to parse %q. The resulting BUILD target may be incorrect.", path)

verbose, envExists := os.LookupEnv("GAZELLE_VERBOSE")
if envExists && verbose == "1" {
Expand Down

0 comments on commit 4d9f1c6

Please sign in to comment.