diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2016-04-10 18:22:54 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2016-04-10 18:22:54 +0200 |
commit | 9ece262e4bf842fb6a7ca0ac601dfc7112affd59 (patch) | |
tree | 64f082e7d2d2f84646a30bac76642cb34f48e300 | |
parent | 1aa5345510aa384d55bf7274a184b3a4698cf84e (diff) | |
download | xtools-9ece262e4bf842fb6a7ca0ac601dfc7112affd59.tar.gz xtools-9ece262e4bf842fb6a7ca0ac601dfc7112affd59.tar.xz xtools-9ece262e4bf842fb6a7ca0ac601dfc7112affd59.zip |
_xtools: typo v0.38
-rw-r--r-- | _xtools | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_xtools b/_xtools index 934cae0..00c5c07 100644 --- a/_xtools +++ b/_xtools @@ -140,7 +140,7 @@ _xtools() { xrecent) _xrecent "$@";; xrevbump) _xrevbump "$@";; xrevshlib) _xtools_one_template "$@";; - xsrc) _xtool_one_template "$@";; + xsrc) _xtools_one_template "$@";; xsubpkg) _xsubpkg "$@";; esac } |