From 4948e7e3be38901bc5cd33580cfba2d259fa4a91 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 3 May 2022 10:54:45 +0200 Subject: partialator: Fix a typo --- src/partialator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/partialator.c b/src/partialator.c index 6a441d45..6521216d 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -445,7 +445,7 @@ static void check_csplit(Crystal **crystals, int n_crystals, STATUS("Please check that these numbers match your expectations:\n"); STATUS(" Number of crystals assigned to a dataset: %i\n", n_split); - STATUS("Number of crystals with no dataset asssigned: %i\n", n_nosplit); + STATUS(" Number of crystals with no dataset assigned: %i\n", n_nosplit); STATUS("Number of datasets with at least one crystal: %i\n", n_cry); STATUS(" Number of datasets with no crystals: %i\n", n_nocry); } -- cgit v1.2.3