fix typo (#57)

This commit is contained in:
Brennan 2024-03-06 14:03:25 -08:00 committed by GHA: Update Upstream From Fork
parent f944227dba
commit 54b44a382f
1 changed files with 1 additions and 1 deletions

View File

@ -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.