Fix typos in source code

This commit is contained in:
Mathias Lafeldt
2016-07-18 16:24:46 +02:00
parent 0941dc1330
commit acb9997ca7
2 changed files with 3 additions and 3 deletions

View File

@@ -191,7 +191,7 @@ type StreamFrame struct {
// File is the file that the data was read from
File string `json:",omitempty"`
// FileEvent is the last file event that occured that could cause the
// FileEvent is the last file event that occurred that could cause the
// streams position to change or end
FileEvent string `json:",omitempty"`
}
@@ -220,7 +220,7 @@ type StreamFramer struct {
f *StreamFrame
data *bytes.Buffer
// Captures whether the framer is running and any error that occured to
// Captures whether the framer is running and any error that occurred to
// cause it to stop.
running bool
err error

View File

@@ -100,7 +100,7 @@ job "example" {
# Create a 'cache' group. Each task in the group will be
# scheduled onto the same machine.
group "cache" {
# Control the number of instances of this groups.
# Control the number of instances of this group.
# Defaults to 1
# count = 1