Correct spelling mistakes. (#495)

This commit is contained in:
Edward Betts
2018-05-28 12:54:54 +01:00
committed by Arylide
parent b999f8d39f
commit d407f09cab
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# create indicies named "nyaa" and "sukebei", these are hardcoded
# create indices named "nyaa" and "sukebei", these are hardcoded
curl -v -XPUT 'localhost:9200/nyaa?pretty' -H"Content-Type: application/yaml" --data-binary @es_mapping.yml
curl -v -XPUT 'localhost:9200/sukebei?pretty' -H"Content-Type: application/yaml" --data-binary @es_mapping.yml