aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetRegrid2
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2011-06-23 15:22:46 -0400
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 19:54:43 +0000
commita783a81fd8132e0781efc89ffebb80ce5981a16d (patch)
tree099b6f0fe280b7516bcb5039b307b283b8c6128b /Carpet/CarpetRegrid2
parent63b2384c990a971188d0ad825be54d1f81f37ce1 (diff)
CarpetRegrid2: Typo in comment
Diffstat (limited to 'Carpet/CarpetRegrid2')
-rw-r--r--Carpet/CarpetRegrid2/src/regrid.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/CarpetRegrid2/src/regrid.cc b/Carpet/CarpetRegrid2/src/regrid.cc
index 4e68cf14b..18079bf1d 100644
--- a/Carpet/CarpetRegrid2/src/regrid.cc
+++ b/Carpet/CarpetRegrid2/src/regrid.cc
@@ -327,7 +327,7 @@ namespace CarpetRegrid2 {
once_properties.push_back (new add_buffers());
once_properties.push_back (new combine_regions());
- // Properties to be enforce "until all is well"
+ // Properties to be enforced "until all is well"
vector<property*> properties;
properties.push_back (new snap_coarse());
properties.push_back (new rotsym90());