sed(1): Fix a typo in the manual page

- s/occurances/occurrences/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-04-20 13:00:42 +02:00
parent 746cc38ec3
commit 583bb9c530

View File

@ -613,7 +613,7 @@ Using a different separator can be handy when working with paths:
echo "/home/example" | sed 's#/home/example#/usr/local/example#'
.Ed
.Pp
Replace all occurances of
Replace all occurrences of
.Ql foo
with
.Ql bar