Merge pull request #72587 from RomanKrasavtsev/RomanKrasavtsev-patch-1

fix typo
This commit is contained in:
Kubernetes Prow Robot 2019-01-06 10:45:09 -08:00 committed by GitHub
commit 1641ff4114
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ limitations under the License.
package vclib
// Volume Constnts
// Volume Constants
const (
ThinDiskType = "thin"
PreallocatedDiskType = "preallocated"