aboutsummaryrefslogtreecommitdiffhomepage
path: root/expand.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-10-25 21:03:52 +1000
committerGravatar axel <axel@liljencrantz.se>2005-10-25 21:03:52 +1000
commitddcb84aa07607bbd274edb89ddc4371d8d7aa27f (patch)
tree018e34432ab3bc2da81e63765405fc1c1ed210dc /expand.h
parentd33229324517aff751901d83aa66c6f24eba0bdc (diff)
Fix problem bug breaking completion in commands with multiple subshells
darcs-hash:20051025110352-ac50b-fff319ddcbafb722b9bc3c61aa1b250b290716a5.gz
Diffstat (limited to 'expand.h')
-rw-r--r--expand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/expand.h b/expand.h
index 3c650343..038519c9 100644
--- a/expand.h
+++ b/expand.h
@@ -162,7 +162,7 @@ wchar_t *expand_escape_variable( const wchar_t *in );
wchar_t *expand_tilde(wchar_t *in);
/**
- Locate the last subshell in the specified string.
+ Locate the first subshell in the specified string.
\param in the string to search for subshells
\param begin the starting paranthesis of the subshell