Merge pull request #21 from 30x/theganyo-patch-1

fix typos
diff --git a/.travis.yml b/.travis.yml
index a902a1c..9a1d122 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
 language: go
 
 go:
-  - 1.7.x
+  - 1.8.3
 
 before_install:
   - sudo add-apt-repository ppa:masterminds/glide -y
@@ -9,7 +9,7 @@
   - sudo apt-get install glide -y
 
 install:
-  - glide install
+  - glide up --strip-vendor
 
 script:
   - go test $(glide novendor)
diff --git a/api.yaml b/api.yaml
index 0414d5b..9bf8e43 100644
--- a/api.yaml
+++ b/api.yaml
@@ -100,7 +100,7 @@
         $ref: "#/definitions/records"
     example: {
     "organization":"orgname",
-    "enironment":"envname",
+    "environment":"envname",
     "records":[{
         "response_status_code": 400,
         "client_received_start_timestamp": 1462850097576,
@@ -194,10 +194,10 @@
 
   errClientError:
     required:
-      - errrorCode
+      - errorCode
       - reason
     properties:
-      errrorCode:
+      errorCode:
         type: string
         enum:
           - UNKNOWN_SCOPE
@@ -208,16 +208,16 @@
       reason:
         type: string
     example: {
-      "errrorCode":"UNKNOWN_SCOPE",
+      "errorCode":"UNKNOWN_SCOPE",
       "reason":"No tenant found for this scopeuuid : UUID"
     }
 
   errServerError:
     required:
-      - errrorCode
+      - errorCode
       - reason
     properties:
-      errrorCode:
+      errorCode:
         type: string
         enum:
           - INTERNAL_SERVER_ERROR
@@ -225,16 +225,16 @@
       reason:
         type: string
     example: {
-      "errrorCode":"INTERNAL_SERVER_ERROR",
+      "errorCode":"INTERNAL_SERVER_ERROR",
       "reason":"Service is not initialized completely"
     }
 
   errResponse:
     required:
-      - errrorCode
+      - errorCode
       - reason
     properties:
-      errrorCode:
+      errorCode:
         type: string
       reason:
-        type: string
\ No newline at end of file
+        type: string