diff options
-rwxr-xr-x | internal/wizard.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/wizard.zsh b/internal/wizard.zsh index f42e6cd3..a2e078eb 100755 --- a/internal/wizard.zsh +++ b/internal/wizard.zsh @@ -1464,7 +1464,7 @@ clear flowing +c Powerlevel10k configuration has been written to %2F$__p9k_cfg_path_u%f. if [[ -n $config_backup ]]; then - flowing +c The backup of the previuos version is at %3F$config_backup_u%f. + flowing +c The backup of the previous version is at %3F$config_backup_u%f. fi if (( write_config )); then |