Fix typos in comments

This commit is contained in:
Simon Leiner
2022-09-29 12:33:08 +02:00
committed by Robbert van der Helm
parent f4995abf88
commit 0caef90b1a
22 changed files with 52 additions and 52 deletions

View File

@@ -21,7 +21,7 @@ use std::sync::Arc;
use crate::SpectralCompressorParams;
// These are the parameter ID prefixes used for the downwards and upwards cmpression parameters.
// These are the parameter ID prefixes used for the downwards and upwards compression parameters.
const DOWNWARDS_NAME_PREFIX: &str = "downwards_";
const UPWARDS_NAME_PREFIX: &str = "upwards_";