Skip to content

Commit bdcb674

Browse files
committed
chore: fix some typos in comment
Signed-off-by: pinglanlu <pinglanlu@outlook.com>
1 parent 8c31bc3 commit bdcb674

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Plugins/SequencePlugin/Source/SequencePlugin/Private/ObjectHandler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class UObjectHandler : public UObject
7373
void AddToCache(FString URL, TArray<uint8> RawData);
7474

7575
/*
76-
* Simple check to see if the cache can accomadate additional bytes
76+
* Simple check to see if the cache can accommodate additional bytes
7777
* @param byte_count_to_add the amount of byte data we would like to add to the cache
7878
* @return true if we can add it else false
7979
*/

Plugins/SequencePlugin/Source/SequencePlugin/Private/Sequence/SequenceAPI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ USequenceWallet::USequenceWallet()
2222

2323
void USequenceWallet::Initialize(FSubsystemCollectionBase& Collection)
2424
{
25-
UE_LOG(LogTemp,Display,TEXT("Initilizing wallet subsystem"));
25+
UE_LOG(LogTemp,Display,TEXT("Initializing wallet subsystem"));
2626
}
2727

2828
void USequenceWallet::Deinitialize()

Plugins/SequencePlugin/Source/SequencePlugin/Private/SequenceRPCManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ void USequenceRPCManager::GetFeeOptions(const FCredentials_BE& Credentials, cons
423423
}
424424
else
425425
{
426-
OnFailure(FSequenceError(RequestFail, "No fee options recieved, contract gas might be sponsored, check builder configs or use a non-fee options transaction. " + Response));
426+
OnFailure(FSequenceError(RequestFail, "No fee options received, contract gas might be sponsored, check builder configs or use a non-fee options transaction. " + Response));
427427

428428
}
429429

0 commit comments

Comments
 (0)