From 053f45f8f699ba8e2924fab9fe8ea3acc567e934 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Mon, 25 Nov 2013 14:44:30 -0700 Subject: [PATCH] storage: fix typo in previous patch You'd think I'd learn to actually COMMIT my working tree between testing that a last-minute fix compiles and pushing. * src/storage/storage_backend_gluster.c (virStorageBackendGlusterRefreshVol): Typo fix. Signed-off-by: Eric Blake --- src/storage/storage_backend_gluster.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage/storage_backend_gluster.c b/src/storage/storage_backend_gluster.c index 01af4bd86b..1be9034b22 100644 --- a/src/storage/storage_backend_gluster.c +++ b/src/storage/storage_backend_gluster.c @@ -259,7 +259,7 @@ virStorageBackendGlusterRefreshVol(virStorageBackendGlusterStatePtr state, if ((vol->target.format = virStorageFileProbeFormatFromBuf(name, header, len)) < 0) - goto clenaup; + goto cleanup; if (!(meta = virStorageFileGetMetadataFromBuf(name, header, len, vol->target.format))) goto cleanup;