Permalink
Browse files
spelling error "implmented => implemented"
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+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