Commit e4771a88 by Mario Trangoni

Fix other misspell issues

See,
$ find . -type f | xargs misspell -locale US | grep -vi -e vendor -e node_modules -e devenv -e unknwon -e destory -e yarn -e adn -e Spindel
parent 5d60d323
...@@ -47,7 +47,7 @@ Our builds run on CircleCI through our build script. ...@@ -47,7 +47,7 @@ Our builds run on CircleCI through our build script.
### grafana/build-container ### grafana/build-container
The main build step (in CircleCI) is built using a custom build container that comes pre-baked with some of the neccesary dependencies. The main build step (in CircleCI) is built using a custom build container that comes pre-baked with some of the necessary dependencies.
Link: [grafana-build-container](https://github.com/grafana/grafana-build-container) Link: [grafana-build-container](https://github.com/grafana/grafana-build-container)
......
...@@ -7,7 +7,7 @@ apiVersion: 1 ...@@ -7,7 +7,7 @@ apiVersion: 1
# orgId: 1 # orgId: 1
# # list of datasources to insert/update depending # # list of datasources to insert/update depending
# # on what's available in the datbase # # on what's available in the database
#datasources: #datasources:
# # <string, required> name of the datasource. Required # # <string, required> name of the datasource. Required
# - name: Graphite # - name: Graphite
......
...@@ -105,6 +105,6 @@ func TestFileWalker(t *testing.T) { ...@@ -105,6 +105,6 @@ func TestFileWalker(t *testing.T) {
incorrectPackageName := "grafana_5.2.0-474pre1_armfoo.deb" incorrectPackageName := "grafana_5.2.0-474pre1_armfoo.deb"
_, err := mapPackage(incorrectPackageName, incorrectPackageName, []byte{}) _, err := mapPackage(incorrectPackageName, incorrectPackageName, []byte{})
if err == nil { if err == nil {
t.Errorf("Testing (%v), expected to fail due to an unrecognized arch, but signalled no error.", incorrectPackageName) t.Errorf("Testing (%v), expected to fail due to an unrecognized arch, but signaled no error.", incorrectPackageName)
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment