diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2019-10-05 11:53:27 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-05 11:53:27 +0300 |
commit | 2e18704654e4b089e38d2da83899e216939d8691 (patch) | |
tree | 8c802ec4e6a7b107aae8000a251789b30712f692 | |
parent | bacb43775d61aac4cd110842f321baa4e90386cd (diff) | |
parent | 195a0910d191abf619b6939c679d759bb800c4a1 (diff) |
Merge pull request #243 from trolley/topic/fix_typo
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 |