Typos
- Fix various typos in comments and documentation. Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
committed by
Paul Beckingham
parent
bfba1c725d
commit
b093d23f1f
@@ -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 ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user