From e199a73640232999b25d707f19dcc9e1dbb0da21 Mon Sep 17 00:00:00 2001 From: "Timur A. Fatkhullin" Date: Thu, 28 May 2026 17:45:36 +0300 Subject: [PATCH] ... --- asibfm700_config.h | 2 +- asibfm700_pcm_fit.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/asibfm700_config.h b/asibfm700_config.h index b23140a..96e3e0d 100644 --- a/asibfm700_config.h +++ b/asibfm700_config.h @@ -56,7 +56,7 @@ static auto Asibfm700MountConfigurationDefaults = std::make_tuple( make_config_record( "pcmType", mcc::impl::MccDefaultPCMType::PCM_TYPE_GEOMETRY, - {" PCM type:", " a case-sensetive string:", " GEOMETRY - 'classic' geometry-based correction coefficients", + {" PCM type:", " a case-sensitive string:", " GEOMETRY - 'classic' geometry-based correction coefficients", " GEOMETRY-BSPLINE - previous one and additional 2D B-spline corrections", " BSPLINE - pure 2D B-spline corrections"}), diff --git a/asibfm700_pcm_fit.cpp b/asibfm700_pcm_fit.cpp index 69c51bf..dc8e5e7 100644 --- a/asibfm700_pcm_fit.cpp +++ b/asibfm700_pcm_fit.cpp @@ -40,7 +40,7 @@ int main(int argc, char* argv[]) asibfm700::Asibfm700MountConfig mount_cfg; asibfm700::Asibfm700MountConfiguration cfg; - // cfg.dumpDefaultsToFile("eecc.cfg"); + cfg.dumpDefaultsToFile("eecc.cfg"); cfg.load("eecc.cfg"); cfg.save("eecc.cfg1");