diff options
author | Thomas White <taw@physics.org> | 2022-05-03 10:54:45 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2022-05-03 10:54:45 +0200 |
commit | 4948e7e3be38901bc5cd33580cfba2d259fa4a91 (patch) | |
tree | a91f076bd9da8d24491a5c713783deedf1b435f8 /src | |
parent | b8ca4495b1d9cdd83d20a485f41424f028378871 (diff) |
partialator: Fix a typo
Diffstat (limited to 'src')
-rw-r--r-- | src/partialator.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |