]> git.mxchange.org Git - flightgear.git/commitdiff
Fix typo, thanks to Markus Wanner
authorRebecca N. Palmer <rebecca_palmer@zoho.com>
Sun, 18 Jan 2015 22:23:49 +0000 (22:23 +0000)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Sun, 18 Jan 2015 22:23:49 +0000 (22:23 +0000)
src/Network/HTTPClient.cxx

index 6c9100ff85c56f9376e86c6d8dfe0db4ad5089f7..de6a3d11f75b48202fd204136097395d998e747e 100644 (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());
 
   }