Merge pull request #3887 from torstehu/fix-typo

Fix typos in function, variable names and in documentation
This commit is contained in:
Alexis Rouillard
2025-06-22 08:39:23 +01:00
committed by GitHub
17 changed files with 31 additions and 31 deletions

View File

@@ -16,7 +16,7 @@ Submap::Submap(const std::string& id, const Bar& bar, const Json::Value& config)
ALabel::update();
// Displays widget immediately if always_on_ assuming default submap
// Needs an actual way to retrive current submap on startup
// Needs an actual way to retrieve current submap on startup
if (always_on_) {
submap_ = default_submap_;
label_.get_style_context()->add_class(submap_);