spelling error "implmented => implemented"

This commit is contained in:
Epakai 2016-10-22 01:59:37 -05:00 committed by XinyuHou
parent 72b1ebcdb2
commit 4297673387
1 changed files with 1 additions and 1 deletions

View File

@ -76,5 +76,5 @@ ArchSystemUnix::setting(const std::string&, const std::string&) const
std::string
ArchSystemUnix::getLibsUsed(void) const
{
return "not implmented.\nuse lsof on shell";
return "not implemented.\nuse lsof on shell";
}