pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/pbulk



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Wed Oct 16 20:30:55 UTC 2024

Modified Files:
        pkgsrc/mk/pbulk: pbulk-index.mk

Log Message:
pbulk-index.mk: correct spelling of "Cartesian" in a comment


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/mk/pbulk/pbulk-index.mk

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

Modified files:

Index: pkgsrc/mk/pbulk/pbulk-index.mk
diff -u pkgsrc/mk/pbulk/pbulk-index.mk:1.28 pkgsrc/mk/pbulk/pbulk-index.mk:1.29
--- pkgsrc/mk/pbulk/pbulk-index.mk:1.28 Sun Feb 12 04:13:33 2023
+++ pkgsrc/mk/pbulk/pbulk-index.mk      Wed Oct 16 20:30:55 2024
@@ -1,4 +1,4 @@
-#      $NetBSD: pbulk-index.mk,v 1.28 2023/02/12 04:13:33 joerg Exp $
+#      $NetBSD: pbulk-index.mk,v 1.29 2024/10/16 20:30:55 gutteridge Exp $
 
 # This Makefile fragment is included by bsd.pkg.mk and provides all
 # variables and targets related to the parallel bulk build
@@ -75,7 +75,7 @@ _PBULK_SORTED_LIST.${_t}:= \
 pbulk-index: pbulk-index-item
 .else
 #
-# Use an ODE for loop to compute the carthesian product of
+# Use an ODE for loop to compute the Cartesian product of
 # the support settings.  This expands to something like
 #
 #      for php in 4 5; do \



Home | Main Index | Thread Index | Old Index