pkgsrc-WIP-changes archive

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

unison-snapshot: fix typo in comment



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Fri Dec 20 15:04:48 2024 +0100
Changeset:	5e0f1e04c13fe436f94f6a0ea60e9fe42487b12a

Modified Files:
	unison-snapshot/Makefile

Log Message:
unison-snapshot: fix typo in comment

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5e0f1e04c13fe436f94f6a0ea60e9fe42487b12a

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

diffstat:
 unison-snapshot/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/unison-snapshot/Makefile b/unison-snapshot/Makefile
index a6a61218af..062ecc2088 100644
--- a/unison-snapshot/Makefile
+++ b/unison-snapshot/Makefile
@@ -22,7 +22,7 @@ MAKE_ENV+=	HOME=${WRKDIR:Q}
 
 .include "../../lang/ocaml/ocaml.mk"
 
-# Unison will use ocampopt if possible, and otherwise ocamlc, but
+# Unison will use ocamlopt if possible, and otherwise ocamlc, but
 # passing NATIVE lets pkgsrc build byte code on a native platform,
 # should that be desired.
 .if ${OCAML_USE_OPT_COMPILER} == "yes"


Home | Main Index | Thread Index | Old Index