From c9f30152f89aa2e17677ff8997466edc57c76c42 Mon Sep 17 00:00:00 2001 From: Ivan Borshukov Date: Tue, 17 Jan 2017 11:42:28 +0200 Subject: [PATCH] mozzle: Fix godoc typos --- doc.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc.go b/doc.go index 8a9de14..d420904 100644 --- a/doc.go +++ b/doc.go @@ -1,4 +1,4 @@ -// Package mozzle implements Cloud Foundry applicaiton monitor that emits +// Package mozzle implements Cloud Foundry application monitor that emits // metric events. // // Events for the following metrics are emitted. @@ -25,6 +25,6 @@ // Each of the events has attributes specifying the application's // org, space, name, and the insntace index (when appropriate). // -// Additionally, the HTTP events has attributes specifiying the method, +// Additionally, the HTTP events has attributes specifying the method, // request_id, content length and the returned status code. package mozzle