Skip to content

Commit 4c1823a

Browse files
authored
fix arbitrary spelling error (#406)
1 parent d39a31b commit 4c1823a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd_exe.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ex:
4444
cmd.Flag.String("output", "", "output directory for root of package")
4545
cmd.Flag.String("name", "", "name of output package (otherwise name of first package is used)")
4646
cmd.Flag.String("main", "", "code string to run in the go main() function in the cgo library "+
47-
"-- defaults to GoPyMainRun() but typically should be overriden")
47+
"-- defaults to GoPyMainRun() but typically should be overridden")
4848
// cmd.Flag.String("package-prefix", ".", "custom package prefix used when generating import "+
4949
// "statements for generated package")
5050
cmd.Flag.Bool("rename", false, "rename Go symbols to python PEP snake_case")

0 commit comments

Comments
 (0)