From 16e1d7707a8419eedd117a395777c72dd2b92c95 Mon Sep 17 00:00:00 2001 From: tTh Date: Tue, 17 Sep 2024 11:39:30 +0200 Subject: [PATCH] typo --- code/awk/mkunion.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/awk/mkunion.awk b/code/awk/mkunion.awk index 7dd7117..69e94cd 100755 --- a/code/awk/mkunion.awk +++ b/code/awk/mkunion.awk @@ -3,7 +3,7 @@ # create the sdl object: an union of sphere BEGIN { nbre = 0 - print "#declare Bubules = object" + print "#declare Bubulles = object" print "{ \nunion { " }