fixes a spelling error in comment

This commit is contained in:
Aaron Meihm 2017-07-19 10:33:39 -05:00
Родитель 2d70687c9b
Коммит 0c1e3ceffe
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -62,7 +62,7 @@ func LoadDocument(r io.Reader) (Document, error) {
// execute all tests specified in the scribe document. Returns an error
// if a fatal error occurs.
//
// Note that an error in an individual test does not neccessarily represent
// Note that an error in an individual test does not necessarily represent
// a fatal error condition. In these cases, the test itself will be marked
// as having an error condition (stored in the Err field of the Test).
func AnalyzeDocument(d Document) error {