diff options
author | Thomas White <taw@physics.org> | 2018-07-09 16:56:16 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-07-09 16:56:30 +0200 |
commit | 9bd4d998e68cfd65639e24889fb15987bc6a1347 (patch) | |
tree | a7ac0a45a1bfe9e4d4e452636aebbcd5ba6ed1be /libcrystfel/src | |
parent | ae98d68749f58d63b2deb0c2d056fb567046bf8b (diff) |
Fix typo
Diffstat (limited to 'libcrystfel/src')
-rw-r--r-- | libcrystfel/src/image.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h index 580e3d6c..dffcdb3a 100644 --- a/libcrystfel/src/image.h +++ b/libcrystfel/src/image.h @@ -169,7 +169,7 @@ struct beam_params * @avg_clen: Mean of camera length values for all panels * @spectrum: Spectrum information * @nsamples: Number of spectrum samples - * @spectrum_size: SIze of spectrum array + * @spectrum_size: Size of spectrum array * * The field <structfield>data</structfield> contains the raw image data, if it * is currently available. The data might be available throughout the |