Merge pull request #201 from bengadbois/patch-1

Fixing typo in ini.go
diff --git a/ini.go b/ini.go
index 16e27c0..f9aea2e 100644
--- a/ini.go
+++ b/ini.go
@@ -11,7 +11,7 @@
 	"strings"
 )
 
-// IniError contains location information on where an error occured.
+// IniError contains location information on where an error occurred.
 type IniError struct {
 	// The error message.
 	Message string