Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 4e09bd5

Browse files
timkoopmans2501babe
authored andcommitted
typo
1 parent 065e629 commit 4e09bd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

token/program-2022/src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pub enum TokenError {
4444
#[error("Invalid number of required signers")]
4545
InvalidNumberOfRequiredSigners,
4646
/// State is uninitialized.
47-
#[error("State is unititialized")]
47+
#[error("State is uninitialized")]
4848
UninitializedState,
4949

5050
// 10

token/program/src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pub enum TokenError {
4242
#[error("Invalid number of required signers")]
4343
InvalidNumberOfRequiredSigners,
4444
/// State is uninitialized.
45-
#[error("State is unititialized")]
45+
#[error("State is uninitialized")]
4646
UninitializedState,
4747

4848
// 10

0 commit comments

Comments
 (0)