From 9f7453a0d5468884378bc0acac79165bfb6b2697 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Mon, 21 Aug 2017 15:55:55 +0200 Subject: [PATCH] typo fixed --- src/common/QskAspect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/QskAspect.cpp b/src/common/QskAspect.cpp index 12d9aa43..995de1fa 100644 --- a/src/common/QskAspect.cpp +++ b/src/common/QskAspect.cpp @@ -65,7 +65,7 @@ QskAspect::Subcontrol QskAspect::nextSubcontrol( names += name; - // 0 is QskAspect::Control, we hav to start with 1 + // 0 is QskAspect::Control, so we have to start with 1 const auto subControl = static_cast< Subcontrol >( names.size() ); hashTable[ metaObject ] += subControl;