pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/doc/guide/files



Module Name:    pkgsrc
Committed By:   jakllsch
Date:           Sat Jul 16 14:28:49 UTC 2016

Modified Files:
        pkgsrc/doc/guide/files: fixes.xml

Log Message:
Spelling fix; "opposed" only has two 'o's, not three.


To generate a diff of this commit:
cvs rdiff -u -r1.143 -r1.144 pkgsrc/doc/guide/files/fixes.xml

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/doc/guide/files/fixes.xml
diff -u pkgsrc/doc/guide/files/fixes.xml:1.143 pkgsrc/doc/guide/files/fixes.xml:1.144
--- pkgsrc/doc/guide/files/fixes.xml:1.143      Thu Jul 14 14:39:24 2016
+++ pkgsrc/doc/guide/files/fixes.xml    Sat Jul 16 14:28:49 2016
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.143 2016/07/14 14:39:24 leot Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.144 2016/07/16 14:28:49 jakllsch Exp $ -->
 
 <chapter id="fixes"> <?dbhtml filename="fixes.html"?>
 <title>Making your package work</title>
@@ -469,7 +469,7 @@ CONFLICTS=      bar-[0-9]*
     (OS-version-platform) that can use glob-style
     wildcards.</para>
     <para>If a package is not appropriate for some platforms (as
-    oopposed to merely broken), a different set of variables should be
+    opposed to merely broken), a different set of variables should be
     used as this affects failure reporting and statistics.
     If the package is appropriate for most platforms, the exceptions
     should be noted with <varname>NOT_FOR_PLATFORM</varname>.  If



Home | Main Index | Thread Index | Old Index