From 85ebbdf44cd0a44e6f8d646adba1c17fa2468023 Mon Sep 17 00:00:00 2001 From: Kyle Matthew Hedden Date: Mon, 13 Mar 2023 15:49:12 -0400 Subject: [PATCH] code review catches --- MVMCore/MVMCore/Constants/MVMCoreErrorConstants.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MVMCore/MVMCore/Constants/MVMCoreErrorConstants.m b/MVMCore/MVMCore/Constants/MVMCoreErrorConstants.m index e9028ff..20be6b4 100644 --- a/MVMCore/MVMCore/Constants/MVMCoreErrorConstants.m +++ b/MVMCore/MVMCore/Constants/MVMCoreErrorConstants.m @@ -10,9 +10,9 @@ // Error Domains -/// Communication breakddowns. +/// Communication breakdowns. NSString * const ErrorDomainSystem = @"ErrorDomainSystem"; -/// Any sort of native error not due to server directivees. +/// Any sort of native error not due to server directives. NSString * const ErrorDomainNative = @"ErrorDomainNative"; /// Specific errors defined by the server. NSString * const ErrorDomainServer = @"ErrorDomainServer";