diff options
author | Erik Sjölund <erik.sjolund@gmail.com> | 2022-07-11 21:59:32 +0200 |
---|---|---|
committer | Erik Sjölund <erik.sjolund@gmail.com> | 2022-07-11 21:59:32 +0200 |
commit | 377057b4005a1cad035240a5557368cb2e6232f8 (patch) | |
tree | fff83c9c7570b70fe8300cf3bcbe2ca29a6e5a16 /libpod/events/nullout.go | |
parent | 810cbf1fb9411f75868b82c1071937374e9d57e4 (diff) | |
download | podman-377057b4005a1cad035240a5557368cb2e6232f8.tar.gz podman-377057b4005a1cad035240a5557368cb2e6232f8.tar.bz2 podman-377057b4005a1cad035240a5557368cb2e6232f8.zip |
[CI:DOCS] Improve language. Fix spelling and typos.
* Correct spelling and typos.
* Improve language.
Co-authored-by: Ed Santiago <santiago@redhat.com>
Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
Diffstat (limited to 'libpod/events/nullout.go')
-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{} } |