summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-01-11 07:33:15 +0000
committerwiz <wiz@pkgsrc.org>2007-01-11 07:33:15 +0000
commitaeaa51b4dc0f6fae55439c293b7ae8b9089f20f2 (patch)
tree34b85ea06110b49fa07b53eab20cbd9d00f9348e /doc/guide
parent5327b6c28473f7b1c4e397a73b8ac19d0ec140ba (diff)
downloadpkgsrc-aeaa51b4dc0f6fae55439c293b7ae8b9089f20f2.tar.gz
Fix typo.
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/files/components.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide/files/components.xml b/doc/guide/files/components.xml
index 4977c22b0a9..f63635a01c0 100644
--- a/doc/guide/files/components.xml
+++ b/doc/guide/files/components.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: components.xml,v 1.33 2007/01/11 03:37:44 rillig Exp $ -->
+<!-- $NetBSD: components.xml,v 1.34 2007/01/11 07:33:15 wiz Exp $ -->
<chapter id="components"> <?dbhtml filename="components.html"?>
<title>Package components - files, directories and contents</title>
@@ -230,7 +230,7 @@ sections.</para>
<command>diff -bu</command> format, and apply without a fuzz to avoid
problems. (To force patches to apply with fuzz you can set
<varname>PATCH_FUZZ_FACTOR=-F2</varname>). Furthermore, each patch
- should contain only changed for a single file, and no file should be
+ should contain only changes for a single file, and no file should be
patched by more than one patch file. This helps to keep future
modifications simple.</para>