spelling error "implmented => implemented"
This commit is contained in:
parent
72b1ebcdb2
commit
4297673387
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue