diff options
-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 } |