Skip to content

Commit

Permalink
Correct typo in src/api/libcellml/component.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Sep 6, 2017
1 parent 90ab6ac commit ddfdb21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/libcellml/component.h
Expand Up @@ -132,7 +132,7 @@ class LIBCELLML_EXPORT Component: public ComponentEntity, public ImportedEntity
* *
* @param variable The pointer to the variable to remove. * @param variable The pointer to the variable to remove.
* *
* @return True if the vairable was removed, false otherwise. * @return True if the variable was removed, false otherwise.
*/ */
bool removeVariable(const VariablePtr &variable); bool removeVariable(const VariablePtr &variable);


Expand Down

0 comments on commit ddfdb21

Please sign in to comment.