From f5b7419108b27569326f384063a7caca36fa69f5 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Tue, 15 May 2018 14:18:10 -0400 Subject: [PATCH] fix typo reported in #915 --- src/compute_rdf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compute_rdf.cpp b/src/compute_rdf.cpp index 263e7f799b..f2635c0948 100644 --- a/src/compute_rdf.cpp +++ b/src/compute_rdf.cpp @@ -169,7 +169,7 @@ void ComputeRDF::init() cutghost = comm->cutghostuser; if (mycutneigh > cutghost) - error->all(FLERR,"Compure rdf cutoff exceeds ghost atom range - " + error->all(FLERR,"Compute rdf cutoff exceeds ghost atom range - " "use comm_modify cutoff command"); if (force->pair && mycutneigh < force->pair->cutforce + skin) if (comm->me == 0)