From 367e45b57afc8b8863158f0d33dcf8a090dabecc Mon Sep 17 00:00:00 2001 From: Mike Jarvis Date: Mon, 19 Aug 2024 13:42:01 -0400 Subject: [PATCH] Update galsim/config/util.py typo Co-authored-by: Josh Meyers --- galsim/config/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galsim/config/util.py b/galsim/config/util.py index 51d5bab324..35aade6cf7 100644 --- a/galsim/config/util.py +++ b/galsim/config/util.py @@ -405,7 +405,7 @@ def ParseRandomSeed(config, param_name, base, seed_offset): 'and converted to a new sequence indexed by obj_num, ' 'rather than whatever sequence you have specified. ' 'You probably want to put your custom random_seed sequence ' - 'as the second item in the radom_seed list and use rng_num=1.') + 'as the second item in the random_seed list and use rng_num=1.') first = ParseValue(config, param_name, base, int)[0] seed_rng = BaseDeviate(first)