occurences->occurrences, from Igor Sobrado in PR 19670

This commit is contained in:
perry 2003-03-29 18:09:03 +00:00
parent b3715c2f6a
commit 18dec071dc
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ed.1,v 1.23 2002/10/02 15:59:51 wiz Exp $
.\" $NetBSD: ed.1,v 1.24 2003/03/29 18:09:03 perry Exp $
.\"
.TH ED 1 "21 May 1993"
.SH NAME
@ -48,7 +48,7 @@ A typical command might look like:
,s/\fIold\fR/\fInew\fR/g
.RE
.sp
which replaces all occurences of the string
which replaces all occurrences of the string
.I old
with
.IR new .