diff options
author | Mark Trolley <marktrolley@gmail.com> | 2019-10-05 00:07:32 +0300 |
---|---|---|
committer | Mark Trolley <marktrolley@gmail.com> | 2019-10-05 00:07:32 +0300 |
commit | 195a0910d191abf619b6939c679d759bb800c4a1 (patch) | |
tree | 36a262287cd5bdc629105e3473115350864611ca | |
parent | adfdf198b7576a9d445c7afceecd2591c66d40eb (diff) |
Correct typo when replacing config file
-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 |