]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
storage: fix typo in previous patch v1.2.0-rc1
authorEric Blake <eblake@redhat.com>
Mon, 25 Nov 2013 21:44:30 +0000 (14:44 -0700)
committerEric Blake <eblake@redhat.com>
Mon, 25 Nov 2013 21:45:46 +0000 (14:45 -0700)
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 <eblake@redhat.com>
src/storage/storage_backend_gluster.c

index 01af4bd86b6c319bc0cd9ac83dd35b3027030ab8..1be9034b22b611c03ee709290fd8207d03bed3ed 100644 (file)
@@ -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;