Skip to content

Commit 5f70e53

Browse files
committed
netpyne-193 Fix typo
1 parent f8fd4cf commit 5f70e53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

netpyne_ui/netpyne_geppetto.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ def simulateNetPyNEModelInGeppetto(self, args):
361361
else:
362362
return self.simulate_single_model(use_prev_inst=use_prev_inst)
363363
except NetpyneValidationError as e:
364-
message = (f"Error while validating the NetPyNE model before simualtion {sim_id}.\n"
364+
message = (f"Error while validating the NetPyNE model before simulation {sim_id}.\n"
365365
"One or more components in your model have issues, see details below:")
366366
logging.exception(message)
367367
return utils.getJSONError(message, '\n'.join(e.args))

0 commit comments

Comments
 (0)