Skip to content

Commit 1e5dd0f

Browse files
committed
fix typo
1 parent 061eedc commit 1e5dd0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gilc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func Setup(description string, pmain func(IData), pcommand func(IData, []string)
6262
func Run() {
6363
switch os.Args[1] {
6464
case "init":
65-
fmt.Printf(`{"Desription": "%s"}`+"\n", Plugin.Description)
65+
fmt.Printf(`{"Description": "%s"}`+"\n", Plugin.Description)
6666
case "main":
6767
Plugin.Main(Plugin.Data)
6868
break

0 commit comments

Comments
 (0)