summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-12-21 17:14:40 -0500
committerPietro Gagliardi <[email protected]>2015-12-21 17:14:40 -0500
commit31682e48cbd9e17fe11c70ca4ef50a4d22c6436d (patch)
treec212316ad3cdf49d67ca6db90d40262300861cf1
parent4b74894536813fbc8f59136a6f77a3d5f9af67eb (diff)
Fixed some typos.
-rw-r--r--link_darwin.go2
-rw-r--r--stddialogs.go1
2 files changed, 2 insertions, 1 deletions
diff --git a/link_darwin.go b/link_darwin.go
index f94ba80..ccf2942 100644
--- a/link_darwin.go
+++ b/link_darwin.go
@@ -3,7 +3,7 @@
package ui
// #cgo LDFLAGS: -L${SRCDIR} -lui -framework CoreFoundation -lpthread -rpath @executable_path
-// /* (thanks to http://jorgen.tjer.no/post/2014/05/20/dt-rpath-ld-and-at-rpath-dyld/ for the @executable_path clarifiaction */
+// /* (thanks to http://jorgen.tjer.no/post/2014/05/20/dt-rpath-ld-and-at-rpath-dyld/ for the @executable_path clarifiaction) */
// #include <CoreFoundation/CoreFoundation.h>
// #include <pthread.h>
// extern void _CFRunLoopSetCurrent(CFRunLoopRef);
diff --git a/stddialogs.go b/stddialogs.go
index ba8c10d..ed12772 100644
--- a/stddialogs.go
+++ b/stddialogs.go
@@ -1,4 +1,5 @@
// 20 december 2015
+
package ui
// #include "ui.h"