diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-08 15:23:54 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-08 15:23:54 -0400 |
| commit | 17d00b59c778e19a2c41535ef92cc7c3c7b5cbcb (patch) | |
| tree | f0329f9513d58711bd0e526a8e1be246c3748dbb /dialog_unix.go | |
| parent | 41085768e71997a32a0ad39a351b66e8e2bbccfc (diff) | |
Fixed a quick typo spotted by _7sins in irc.freenode.net/#go-nuts.
Diffstat (limited to 'dialog_unix.go')
| -rw-r--r-- | dialog_unix.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dialog_unix.go b/dialog_unix.go index ae9e303..9a6702c 100644 --- a/dialog_unix.go +++ b/dialog_unix.go @@ -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 |
