Fixed a quick typo spotted by _7sins in irc.freenode.net/#go-nuts.

This commit is contained in:
Pietro Gagliardi 2014-06-08 15:23:54 -04:00
parent 41085768e7
commit 17d00b59c7
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ import (
// }
import "C"
// dialogg performs the bookkeeping involved for having a GtkDialog behave the way we want.
// dialog performs the bookkeeping involved for having a GtkDialog behave the way we want.
type dialog struct {
parent *Window
pwin *C.GtkWindow