From f168e62615e7b471246aa3b3432d52321e7b11a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Lipt=C3=A1k?= Date: Mon, 27 Nov 2017 08:35:09 -0500 Subject: [PATCH] Correct spelling --- device.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device.go b/device.go index d36d2de..409f47f 100644 --- a/device.go +++ b/device.go @@ -102,7 +102,7 @@ func (b *BigIP) getLicensePool() (*LicensePool, error) { // for loop over all returned license pools to check which one has available licenses // getAvailablePool(member[index_of_array].Uuid) // At the end change return statement to return only the UUID string of the one where license - // is availble + // is available return &licensePool, nil }