Skip to content
Snippets Groups Projects
Commit 33648e09 authored by Oliver Sander's avatar Oliver Sander
Browse files

spelling

[[Imported from SVN: r3707]]
parent 63189902
Branches
Tags
No related merge requests found
......@@ -461,7 +461,7 @@ namespace Dune
protected:
/** hide copy constructor */
Entity(const Entity& rhs) : realEntity(rhs.realEntity) {};
/** hide assignement operator */
/** hide assignment operator */
Entity & operator = (const Entity& rhs) {
realEntity = rhs.realEntity;
return *this;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment