about summary refs log tree commit diff
path: root/_xtools
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-04-10 18:22:54 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-04-10 18:22:54 +0200
commit9ece262e4bf842fb6a7ca0ac601dfc7112affd59 (patch)
tree64f082e7d2d2f84646a30bac76642cb34f48e300 /_xtools
parent1aa5345510aa384d55bf7274a184b3a4698cf84e (diff)
downloadxtools-9ece262e4bf842fb6a7ca0ac601dfc7112affd59.tar.gz
xtools-9ece262e4bf842fb6a7ca0ac601dfc7112affd59.tar.xz
xtools-9ece262e4bf842fb6a7ca0ac601dfc7112affd59.zip
_xtools: typo v0.38
Diffstat (limited to '_xtools')
-rw-r--r--_xtools2
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
 }