diff options
author | Oliver Kiddle <opk@zsh.org> | 2016-11-09 16:53:30 +0100 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2016-11-09 16:55:14 +0100 |
commit | 370b278565126a0abf3382ba10965e7a1090e7f8 (patch) | |
tree | a9df0cab2ff7932fa3aaa9c34a7392abfa47dd81 /Completion/Unix/Command/_cdrdao | |
parent | 496626ddb8ed9d16b4f89c28c733e3312decebe6 (diff) | |
download | zsh-370b278565126a0abf3382ba10965e7a1090e7f8.tar.gz zsh-370b278565126a0abf3382ba10965e7a1090e7f8.tar.xz zsh-370b278565126a0abf3382ba10965e7a1090e7f8.zip |
39890: typo corrections in completion functions
Diffstat (limited to 'Completion/Unix/Command/_cdrdao')
-rw-r--r-- | Completion/Unix/Command/_cdrdao | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_cdrdao b/Completion/Unix/Command/_cdrdao index ad1bf4034..0c3cfb82e 100644 --- a/Completion/Unix/Command/_cdrdao +++ b/Completion/Unix/Command/_cdrdao @@ -211,7 +211,7 @@ __cdrdao-simulate-or-write () { $_cdrdao_common_toc_device_args \ $_cdrdao_speed_arg \ '--multi[do not close the session after successful write]' \ - '--overburn[allow overburing of medium]' \ + '--overburn[allow overburning of medium]' \ '--full-burn[force burning to the outer disk edge]' \ $_cdrdao_capacity_arg \ $_cdrdao_eject_arg \ |