diff --git a/hack/verify-golint.sh b/hack/verify-golint.sh index 6f55dff331c..1b1f1bbac58 100755 --- a/hack/verify-golint.sh +++ b/hack/verify-golint.sh @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# This sciprt checks cording style for go language files in each +# This script checks coding style for go language files in each # Kubernetes package by golint. # Usage: hack/verify-golint.sh