Just some grammar tweaks

This commit is contained in:
Roy Nieterau 2023-03-30 13:59:22 +02:00
parent 2b540f1b2e
commit 3fae1f8521
150 changed files with 412 additions and 412 deletions

View file

@ -60,7 +60,7 @@ class Creator(LegacyCreator):
def process(self):
instance = super(CreateEpicNode, self, process()
# Set paramaters for Alembic node
# Set parameters for Alembic node
instance.setParms(
{"sop_path": "$HIP/%s.abc" % self.nodes[0]}
)