summaryrefslogtreecommitdiffstats
path: root/src/client
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-02-12 08:29:15 -0500
committerDavid Robillard <d@drobilla.net>2025-02-12 08:29:15 -0500
commit6e02a3e2e60ffdcebdb2a244dd11e500e108c6bb (patch)
tree97f0c726f80630af3c1e8f0addb421f2d2578a70 /src/client
parenta6f60beda9e8e6b930423c9adb6652a1cb018443 (diff)
downloadingen-6e02a3e2e60ffdcebdb2a244dd11e500e108c6bb.tar.gz
ingen-6e02a3e2e60ffdcebdb2a244dd11e500e108c6bb.tar.bz2
ingen-6e02a3e2e60ffdcebdb2a244dd11e500e108c6bb.zip
Fix spellingHEADmain
Diffstat (limited to 'src/client')
-rw-r--r--src/client/BlockModel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/BlockModel.cpp b/src/client/BlockModel.cpp
index c5dbd3b7..beef0117 100644
--- a/src/client/BlockModel.cpp
+++ b/src/client/BlockModel.cpp
@@ -226,7 +226,7 @@ BlockModel::port_value_range(const std::shared_ptr<const PortModel>& port,
default_port_value_range(port, min, max);
- // Possibly overriden
+ // Possibly overridden
const Atom& min_atom = port->get_property(_uris.lv2_minimum);
const Atom& max_atom = port->get_property(_uris.lv2_maximum);
if (min_atom.type() == _uris.forge.Float) {