Skip to content

Commit

Permalink
fix typo (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
bw-solana committed Mar 6, 2024
1 parent b38ea41 commit 184b31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program-runtime/src/loaded_programs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pub enum LoadedProgramType {
///
/// These can potentially come back alive if the environment changes.
FailedVerification(ProgramRuntimeEnvironment),
/// Tombstone for programs which were explicitly undeployoed / closed.
/// Tombstone for programs which were explicitly undeployed / closed.
#[default]
Closed,
/// Tombstone for programs which have recently been modified but the new version is not visible yet.
Expand Down

0 comments on commit 184b31c

Please sign in to comment.