author | kergoth <kergoth> | 2002-10-28 20:23:25 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-10-28 20:23:25 (UTC) |
commit | 052303d29fe4a7b16858398f79f667e57ae569c9 (patch) (unidiff) | |
tree | 0b9200a1f1ed8c47f6419d8bbec8320404b7eacc | |
parent | 3ba494eb02e72e1f9a732c46ec8085e843f01eca (diff) | |
download | opie-052303d29fe4a7b16858398f79f667e57ae569c9.zip opie-052303d29fe4a7b16858398f79f667e57ae569c9.tar.gz opie-052303d29fe4a7b16858398f79f667e57ae569c9.tar.bz2 |
Typo fix, Pgks->Pkgs
-rw-r--r-- | noncore/settings/aqpkg/datamgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/settings/aqpkg/datamgr.h b/noncore/settings/aqpkg/datamgr.h index ab153ba..eb802b5 100644 --- a/noncore/settings/aqpkg/datamgr.h +++ b/noncore/settings/aqpkg/datamgr.h | |||
@@ -24,7 +24,7 @@ using namespace std; | |||
24 | #include "server.h" | 24 | #include "server.h" |
25 | #include "destination.h" | 25 | #include "destination.h" |
26 | 26 | ||
27 | #define LOCAL_SERVER "Installed Pgks" | 27 | #define LOCAL_SERVER "Installed Pkgs" |
28 | #define LOCAL_IPKGS "local IPKG" | 28 | #define LOCAL_IPKGS "local IPKG" |
29 | 29 | ||
30 | /** | 30 | /** |