From 4b5369f7e96f6995bd79e6021b0eb96af8894587 Mon Sep 17 00:00:00 2001 From: Kevin Hahn Date: Tue, 3 Dec 2024 13:38:42 +0700 Subject: [PATCH] fix spelling mistake --- src/SIL.Harmony/Resource/RemoteResourceNotEnabledException.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SIL.Harmony/Resource/RemoteResourceNotEnabledException.cs b/src/SIL.Harmony/Resource/RemoteResourceNotEnabledException.cs index ee7911d..aaa37a0 100644 --- a/src/SIL.Harmony/Resource/RemoteResourceNotEnabledException.cs +++ b/src/SIL.Harmony/Resource/RemoteResourceNotEnabledException.cs @@ -1,4 +1,4 @@ namespace SIL.Harmony.Resource; public class RemoteResourceNotEnabledException() - : Exception("remote recources were not enabled, to enable them call CrdtConfig.AddRemoteResourceEntity when adding the CRDT library"); + : Exception("remote resources were not enabled, to enable them call CrdtConfig.AddRemoteResourceEntity when adding the CRDT library");