From a5088552b25f52629cf0ae987147a8de75d58a36 Mon Sep 17 00:00:00 2001 From: Paolo Giannozzi Date: Sat, 14 Sep 2024 16:42:12 +0200 Subject: [PATCH] Another misspell --- Modules/bz_form.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/bz_form.f90 b/Modules/bz_form.f90 index 429355460..e41ee3de7 100644 --- a/Modules/bz_form.f90 +++ b/Modules/bz_form.f90 @@ -2143,7 +2143,7 @@ SUBROUTINE transform_label_coord(ibrav, celldm, xk, letter, label_list, & !! This routine transforms the labels in the array letter into k points !! coordinates that are put in the array \(\text{xk}\) in the position !! indicated by label_list. If \(\text{k_point}='\text{crystal}'\) the -!! coordinates are tranformed in the basis of the crystal. +!! coordinates are transformed in the basis of the crystal. !! \(\text{point_label_type}\) selects the type of labels. !! \(\text{npk_label}\) is the size of the array letter and label\_list, while !! \(\text{nks}\) is the size of the array \(\text{xk}\).