Skip to content

Commit

Permalink
typos: few proof readings and grep
Browse files Browse the repository at this point in the history
just some cosmetics
  • Loading branch information
vjardin authored and Frostman committed Mar 22, 2024
1 parent 18b21b1 commit 86bc3c7
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion api/dhcp/v1alpha2/dhcpsubnet_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ type DHCPAllocated struct {
// +kubebuilder:printcolumn:name="CircuitID",type=string,JSONPath=`.spec.circuitID`,priority=1
// +kubebuilder:printcolumn:name="Age",type=date,JSONPath=`.metadata.creationTimestamp`,priority=0
// DHCPSubnet is the configuration (spec) for the Hedgehog DHCP server and storage for the leases (status). It's
// primarely internal API group, but it makes allocated IPs / leases information available to the end user through API.
// primary internal API group, but it makes allocated IPs / leases information available to the end user through API.
// Not intended to be modified by the user.
type DHCPSubnet struct {
metav1.TypeMeta `json:",inline"`
Expand Down
2 changes: 1 addition & 1 deletion api/dhcp/v1alpha2/groupversion_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// Package v1alpha2 contains API Schema definitions for the dhcp v1alpha2 API group. It is the primarely internal API
// Package v1alpha2 contains API Schema definitions for the dhcp v1alpha2 API group. It is the primary internal API
// group for the intended Hedgehog DHCP server configuration and storing leases as well as making them available to the
// end user through API. Not intended to be modified by the user.
// +kubebuilder:object:generate=true
Expand Down
2 changes: 1 addition & 1 deletion api/wiring/v1alpha2/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func MatchingLabelsForListLabelSwitch(switchName string) client.MatchingLabels {
}
}

// Location defines the geopraphical position of the device in a datacenter
// Location defines the geographical position of the device in a datacenter
type Location struct {
Location string `json:"location,omitempty"`
Aisle string `json:"aisle,omitempty"`
Expand Down
2 changes: 1 addition & 1 deletion api/wiring/v1alpha2/rack_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (

// NOTE: json tags are required. Any new fields you add must have json tags for the fields to be serialized.

// RackPosition defines the geopraphical position of the rack in a datacenter
// RackPosition defines the geographical position of the rack in a datacenter
type RackPosition struct {
Location string `json:"location,omitempty"`
Aisle string `json:"aisle,omitempty"`
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/dhcp.githedgehog.com_dhcpsubnets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
openAPIV3Schema:
description: |-
DHCPSubnet is the configuration (spec) for the Hedgehog DHCP server and storage for the leases (status). It's
primarely internal API group, but it makes allocated IPs / leases information available to the end user through API.
primary internal API group, but it makes allocated IPs / leases information available to the end user through API.
Not intended to be modified by the user.
properties:
apiVersion:
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/wiring.githedgehog.com_racks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
format: int32
type: integer
position:
description: RackPosition defines the geopraphical position of the
description: RackPosition defines the geographical position of the
rack in a datacenter
properties:
aisle:
Expand Down
8 changes: 4 additions & 4 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ _Appears in:_

## dhcp.githedgehog.com/v1alpha2

Package v1alpha2 contains API Schema definitions for the dhcp v1alpha2 API group. It is the primarely internal API
Package v1alpha2 contains API Schema definitions for the dhcp v1alpha2 API group. It is the primary internal API
group for the intended Hedgehog DHCP server configuration and storing leases as well as making them available to the
end user through API. Not intended to be modified by the user.

Expand Down Expand Up @@ -134,7 +134,7 @@ _Appears in:_


DHCPSubnet is the configuration (spec) for the Hedgehog DHCP server and storage for the leases (status). It's
primarely internal API group, but it makes allocated IPs / leases information available to the end user through API.
primary internal API group, but it makes allocated IPs / leases information available to the end user through API.
Not intended to be modified by the user.


Expand Down Expand Up @@ -1158,7 +1158,7 @@ _Appears in:_



Location defines the geopraphical position of the device in a datacenter
Location defines the geographical position of the device in a datacenter



Expand Down Expand Up @@ -1214,7 +1214,7 @@ Rack is the Schema for the racks API



RackPosition defines the geopraphical position of the rack in a datacenter
RackPosition defines the geographical position of the rack in a datacenter



Expand Down

0 comments on commit 86bc3c7

Please sign in to comment.