From 437ebcb19c190ebdcd2151a58b3953944519ef64 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Mon, 25 Mar 2024 07:58:00 -0400 Subject: [PATCH] fix spelling --- Source/driver/parse_castro_params.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/driver/parse_castro_params.py b/Source/driver/parse_castro_params.py index 06b966b77f..600284275c 100755 --- a/Source/driver/parse_castro_params.py +++ b/Source/driver/parse_castro_params.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 """This script parses the list of C++ runtime parameters and writes -the necessary header and souce files to make them available in +the necessary header and source files to make them available in Castro's C++ routines. They are available in 2 ways: as global parameter and in the form of a single struct.