1
0
Fork 0

Fix typo, thanks to Markus Wanner

This commit is contained in:
Rebecca N. Palmer 2015-01-18 22:23:49 +00:00
parent 193f2a3fbc
commit fe0015bda0

View file

@ -84,7 +84,7 @@ public:
virtual void startInstall(pkg::Install* aInstall)
{
SG_LOG(SG_IO, SG_INFO, "begining install of:" << aInstall->package()->id()
SG_LOG(SG_IO, SG_INFO, "beginning install of:" << aInstall->package()->id()
<< " to local path:" << aInstall->path());
}