diff --git a/README.md b/README.md index 3f72413..d4b81b0 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ When performing image IO, both `S` and `F` support bulk transfer functions that - `void Flm::set(const float *data, int N)` `void Flm::get(float *data, int N)` - Transfer 32-bit floating point data into or out of the frequency domain image. The `data` argument must accomodate `N` × `N` × `c` 32-bit floats. `N` need not be a power of two, and when `N` does not equal `n` then a truncated set of coefficients is accepted or provided. + Transfer 32-bit floating point data into or out of the frequency domain image. The `data` argument must accommodate `N` × `N` × `c` 32-bit floats. `N` need not be a power of two, and when `N` does not equal `n` then a truncated set of coefficients is accepted or provided. - `void Sij::set(const float *src)` `void Sij::get(float *dst)`