From 759873f270af7d9f7e0bfef5813cbc0d136763f8 Mon Sep 17 00:00:00 2001 From: Leandro Martinez Date: Wed, 30 Aug 2023 23:06:21 -0300 Subject: [PATCH] fix typo --- src/mono_atomic.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mono_atomic.jl b/src/mono_atomic.jl index 2fc8452..a37f57d 100644 --- a/src/mono_atomic.jl +++ b/src/mono_atomic.jl @@ -83,7 +83,7 @@ end pack_monoatomic!(positions::AbstractVector{<:SVector{N,T}}, unitcell, tol) Pack a monoatomic system with iniital positions `x` and distance tolerance `tol`, -into the unitcell defined by `unitecell`, considering periodic boundary conditions. +into the unitcell defined by `unitcell`, considering periodic boundary conditions. The unitcell can be a vector, in the case of orthorhombic cells, or a matrix, in the case of triclinic cells.