fix typos in pkg

Signed-off-by: allencloud <allen.sun@daocloud.io>
This commit is contained in:
allencloud 2016-04-09 21:18:15 +08:00
parent 3f3ba02798
commit b8047bf930
10 changed files with 12 additions and 12 deletions

View file

@ -17,7 +17,7 @@ func init() {
var err error
Architecture, err = runtimeArchitecture()
if err != nil {
logrus.Errorf("Could no read system architecture info: %v", err)
logrus.Errorf("Could not read system architecture info: %v", err)
}
OSType = runtime.GOOS
}