- Fix various typos in comments and documentation.

Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
Louis-Claude Canon
2012-06-12 16:44:14 -04:00
committed by Paul Beckingham
parent bfba1c725d
commit b093d23f1f
4 changed files with 4 additions and 4 deletions

View File

@@ -200,7 +200,7 @@ int autoComplete (
const std::string& partial,
const std::vector<std::string>& list,
std::vector<std::string>& matches,
int minimum/* = 2*/)
int minimum/* = 1*/)
{
matches.clear ();