Fix typos found across repository

Signed-off-by: Justas Brazauskas <brazauskasjustas@gmail.com>
This commit is contained in:
Justas Brazauskas 2015-12-13 18:00:39 +02:00
parent 00cca12e77
commit 11e8c03c18
4 changed files with 5 additions and 5 deletions

View file

@ -26,7 +26,7 @@ type SearchResults struct {
Query string `json:"query"`
// NumResults indicates the number of results the query returned
NumResults int `json:"num_results"`
// Results is a slice containing the acutal results for the search
// Results is a slice containing the actual results for the search
Results []SearchResult `json:"results"`
}