Skip to content

Commit 1cddb12

Browse files
Fix typo
1 parent e70df9c commit 1cddb12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/automaticcomponenttoolkit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ func main () {
7474
if (len (os.Args) < 2) {
7575
log.Fatal ("Please run with the Interface Description XML as command line parameter.");
7676
log.Fatal ("To specify a path for the generated source code use the optional flag \"-o ABSOLUTE_PATH_TO_OUTPUT_FOLDER\"");
77-
log.Fatal ("To create a diff between two versions of an Interface Description XML use the optional flagg \"-d OTHER_IDL_FILE\"");
77+
log.Fatal ("To create a diff between two versions of an Interface Description XML use the optional flag \"-d OTHER_IDL_FILE\"");
7878
}
7979
if os.Args[1] == "-v" {
8080
fmt.Fprintln(os.Stdout, "Version: "+ACTVersion)

0 commit comments

Comments
 (0)