From 5f341225149a2900142d9a94eccb6f187bce49e0 Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Wed, 24 Oct 2018 16:36:02 -0400 Subject: [PATCH] Another typo fix --- src/App/Property.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/Property.h b/src/App/Property.h index 402aead519..68cc9aaebc 100644 --- a/src/App/Property.h +++ b/src/App/Property.h @@ -145,7 +145,7 @@ public: return testStatus(App::Property::ReadOnly); } /// Sets precision of properties using floating point - /// numners to single, the default is double. + /// numbers to single, the default is double. void setSinglePrecision(bool single) { setStatus(App::Property::Single, single); }