aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2013-02-15 20:04:08 +0000
committereschnett <eschnett@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2013-02-15 20:04:08 +0000
commita9f0413feeed50248b3e0eab55a76d96fe50ae58 (patch)
tree6b2e9436d5fe9448ed847691948f698b23d4d9b8
parent7e210c78a54fc07637800ca834aa8092ef7ff873 (diff)
Correct grammar in comment
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@192 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 21896e3..e08aa3c 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -708,7 +708,7 @@ schedule GROUP MoL_PostStep AT Post_Recover_Variables
} "Ensure that everything is correct after recovery"
#########################################################################
-### Physics thorns can apply enforce constraints in PostStepModify. ###
+### Physics thorns can enforce constraints in PostStepModify. ###
### The difference between PostStep and PostStepModify is that ###
### PostStep is scheduled at many other occasions, whereas the ###
### PostStepModify is only scheduled during evolution. ###