Skip to content

Commit

Permalink
Fix a few typos
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Aug 11, 2020
1 parent e455ced commit 49cc4a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/deal.II/distributed/shared_tria.h
Expand Up @@ -277,7 +277,7 @@ namespace parallel
/*
* @copydoc Triangulation::create_triangulation()
*
* @note Not inmplemented yet.
* @note Not implemented yet.
*/
virtual void
create_triangulation(
Expand Down
2 changes: 1 addition & 1 deletion include/deal.II/distributed/tria.h
Expand Up @@ -408,7 +408,7 @@ namespace parallel
/*
* @copydoc Triangulation::create_triangulation()
*
* @note Not inmplemented yet.
* @note Not implemented yet.
*/
virtual void
create_triangulation(
Expand Down
2 changes: 1 addition & 1 deletion include/deal.II/grid/persistent_tria.h
Expand Up @@ -204,7 +204,7 @@ class PersistentTriangulation : public Triangulation<dim, spacedim>
/*
* @copydoc Triangulation::create_triangulation()
*
* @note Not inmplemented yet.
* @note Not implemented yet.
*/
virtual void
create_triangulation(
Expand Down

0 comments on commit 49cc4a5

Please sign in to comment.