cli: Typo fix

This commit is contained in:
James Shubin
2024-02-26 22:41:15 -05:00
parent 80af171a35
commit f28d22d20f

View File

@@ -45,7 +45,7 @@ func CLI(data *cliUtil.Data) error {
return fmt.Errorf("program was not compiled correctly, see Makefile") return fmt.Errorf("program was not compiled correctly, see Makefile")
} }
if data.Copying == "" { if data.Copying == "" {
return fmt.Errorf("program copyrights we're removed, can't run") return fmt.Errorf("program copyrights were removed, can't run")
} }
// All of these flags can be accessed in your GAPI implementation with // All of these flags can be accessed in your GAPI implementation with