summaryrefslogtreecommitdiff
path: root/contrib/libarchive.spec
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libarchive.spec')
-rw-r--r--contrib/libarchive.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libarchive.spec b/contrib/libarchive.spec
index 6ef8957f..371ae647 100644
--- a/contrib/libarchive.spec
+++ b/contrib/libarchive.spec
@@ -99,7 +99,7 @@ replace ()
print \".Dt ${binary^^} 1\";
next;
}
- # replace the first occurence of \"$pattern\" by \"$binary\"
+ # replace the first occurrence of \"$pattern\" by \"$binary\"
!stop && /^.Nm $pattern/ {
print \".Nm $binary\" ;
stop = 1 ;