This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

spelling error "implmented => implemented"

  • Loading branch information...
epakai authored and XinyuHou committed Oct 22, 2016
1 parent 72b1ebc commit 4297673387bfc1c348c8e5b5a06248847ab56985
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/lib/arch/unix/ArchSystemUnix.cpp
@@ -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";
}

0 comments on commit 4297673

Please sign in to comment.