diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+[![Build Status](https://travis-ci.org/hce/avutils.svg?branch=master)](https://travis-ci.org/hce/avutils)
+
 avwx
 ====
 
diff --git a/avwx.cabal b/avwx.cabal
--- a/avwx.cabal
+++ b/avwx.cabal
@@ -1,5 +1,5 @@
 name:                avwx
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Parse METAR weather reports
 description:         Parse METAR weather reports
 homepage:            https://github.com/hce/avwx
@@ -45,4 +45,4 @@
 
 source-repository head
   type:     git
-  location: https://github.com/VirtualForgeGmbH/hascar.git
+  location: https://github.com/hce/avwx.git
diff --git a/src/Data/Aviation/WX.hs b/src/Data/Aviation/WX.hs
--- a/src/Data/Aviation/WX.hs
+++ b/src/Data/Aviation/WX.hs
@@ -93,7 +93,7 @@
       AIRMET
     | -- | A significant meteorological information message
       SIGMET
-    | -- | A general aviation forecase message
+    | -- | A general aviation forecast message
       GAMET
     deriving (Eq, Show)
 
