From 647236b9e2e562bf5a4cb3b25297495d2c95e281 Mon Sep 17 00:00:00 2001 From: Mike Fitzpatrick Date: Mon, 27 Nov 2023 13:41:09 -0700 Subject: [PATCH] fix typo --- src/xrv/rvcorrel.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xrv/rvcorrel.x b/src/xrv/rvcorrel.x index 5ec38df..fc992f9 100644 --- a/src/xrv/rvcorrel.x +++ b/src/xrv/rvcorrel.x @@ -13,7 +13,7 @@ include "rvfilter.h" # used as a working space. Sign convention of this routine, if DATA1 lags # DATA2, i.e. is shifted to the right of it, then ANS will show a peak at # positive lags. -# Referece: Numerical Recipes in C, ch 12, Press, et al. +# Reference: Numerical Recipes in C, ch 12, Press, et al. procedure rv_correl (rv, data1, data2, npts, ans)