cea-hpc / modules

Environment Modules: provides dynamic modification of a user's environment
http://modules.sourceforge.net/
GNU General Public License v2.0
695 stars 109 forks source link

uncomplete → incomplete #438

Closed DimitriPapadopoulos closed 2 years ago

DimitriPapadopoulos commented 2 years ago

Describe the bug

Is it worth/possible fixing this typo without breaking compatibility?

To Reproduce

Steps to reproduce the behavior:

$ grep -R uncomplete | wc -l
44
$ 

Expected behavior

Use incomplete instead of uncomplete.

xdelaruelle commented 2 years ago

Thanks Dimitri for this suggestion.

Here the word "uncomplete" is used to say "undo complete", to unset the shell completion. It is derivated from the name of the "uncomplete" command in tcsh as we also use the name "unsetenv" to say "undo-setenv".