api: stats: fix typo

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
Valentin Rothberg 2020-01-15 17:04:12 +01:00
parent a65068aff8
commit 69bd57f518
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ func StatsContainer(w http.ResponseWriter, r *http.Request) {
return
}
// If the container isn't returning, then let's not bother and return
// If the container isn't running, then let's not bother and return
// immediately.
state, err := ctnr.State()
if err != nil {