From d6f8f8efacc93a9dac86912b0c1a3dd464ee4dee Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Wed, 26 Apr 2023 12:53:22 +0200 Subject: [PATCH] fix a gramatical error --- .../Private/SenseGlove/Components/SGWristTrackerComponent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/SenseGlove/Private/SenseGlove/Components/SGWristTrackerComponent.cpp b/Source/SenseGlove/Private/SenseGlove/Components/SGWristTrackerComponent.cpp index ea11aebe..8b5cb640 100644 --- a/Source/SenseGlove/Private/SenseGlove/Components/SGWristTrackerComponent.cpp +++ b/Source/SenseGlove/Private/SenseGlove/Components/SGWristTrackerComponent.cpp @@ -382,7 +382,7 @@ bool USGWristTrackerComponent::FImpl::InitializeBackend() const case 0: // Do not pollute the logs! //SGLOG_ERROR("Device Scanning is already running within this program."); - // We must return here in case there are two virtual hand components are present in the scene. + // We must return here in case two virtual hand components are present in the scene. return true; case 1: SGLOG("Successfully started up DeviceScanning from the current program.");