Fix typos in source code
This commit is contained in:
parent
722669451a
commit
ab94704518
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue