Skip to content

Commit c47d9e8

Browse files
committed
Fix typos: Consts -> constants
The pipeline checks for typos, so we need to do that busywork to be able to merge other changes.
1 parent 5813463 commit c47d9e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717

1818
package controller
1919

20-
// This should contain consts shared between controllers
20+
// This should contain constants shared between controllers
2121
const (
2222
labelEvictionRequired = "cloud.sap/hypervisor-eviction-required"
2323
labelEvictionApproved = "cloud.sap/hypervisor-eviction-succeeded"

0 commit comments

Comments
 (0)