From cedb6aa179b8043c885bec10a8abd72ec5408a8b Mon Sep 17 00:00:00 2001 From: Oliver Sander <oliver.sander@tu-dresden.de> Date: Tue, 24 Oct 2017 15:30:50 +0200 Subject: [PATCH] Fix typo in a comment --- dune/gfe/chiralskyrmionenergy.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dune/gfe/chiralskyrmionenergy.hh b/dune/gfe/chiralskyrmionenergy.hh index bff58bb4..75b550b4 100644 --- a/dune/gfe/chiralskyrmionenergy.hh +++ b/dune/gfe/chiralskyrmionenergy.hh @@ -101,7 +101,7 @@ energy(const typename Basis::LocalView& localView, energy += weight * 0.5 * derivative.frobenius_norm2(); ////////////////////////////////////////////////////////////// - // Dzyaloshinkii-Moriya interaction term + // Dzyaloshinskii-Moriya interaction term ////////////////////////////////////////////////////////////// // derivative[a][b] contains the partial derivative of m_a in the direction x_b -- GitLab