From 93a02e31cf83e96527fb65c6491312d7253769ac Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 14 Mar 2016 05:47:16 +0000 Subject: [PATCH] spelling: implementation --- mbarchart.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mbarchart.go b/mbarchart.go index f6dcd31..d066599 100644 --- a/mbarchart.go +++ b/mbarchart.go @@ -8,7 +8,7 @@ import ( "fmt" ) -// This is the implemetation of multi-colored or stacked bar graph. This is different from default barGraph which is implemented in bar.go +// This is the implementation of multi-colored or stacked bar graph. This is different from default barGraph which is implemented in bar.go // Multi-Colored-BarChart creates multiple bars in a widget: /* bc := termui.NewMBarChart()