diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2022-07-11 21:29:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-11 21:29:41 +0000 |
commit | 151d7584c193a6f92cd54f61d28ad8b0ff0c31b6 (patch) | |
tree | fff83c9c7570b70fe8300cf3bcbe2ca29a6e5a16 /libpod/events | |
parent | 810cbf1fb9411f75868b82c1071937374e9d57e4 (diff) | |
parent | 377057b4005a1cad035240a5557368cb2e6232f8 (diff) | |
download | podman-151d7584c193a6f92cd54f61d28ad8b0ff0c31b6.tar.gz podman-151d7584c193a6f92cd54f61d28ad8b0ff0c31b6.tar.bz2 podman-151d7584c193a6f92cd54f61d28ad8b0ff0c31b6.zip |
Merge pull request #14898 from eriksjolund/improve_language_and_fix_spelling_and_typos
[CI:DOCS] Improve language. Fix spelling and typos.
Diffstat (limited to 'libpod/events')
-rw-r--r-- | libpod/events/nullout.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/events/nullout.go b/libpod/events/nullout.go index 3eca9e8db..587a1b98b 100644 --- a/libpod/events/nullout.go +++ b/libpod/events/nullout.go @@ -19,7 +19,7 @@ func (e EventToNull) Read(ctx context.Context, options ReadOptions) error { } // NewNullEventer returns a new null eventer. You should only do this for -// the purposes on internal libpod testing. +// the purposes of internal libpod testing. func NewNullEventer() Eventer { return EventToNull{} } |