mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-16 09:16:38 +00:00
fix: Correct typo in comment (#7387)
Replace ocured with occurred in the comment of the Get function. Signed-off-by: jaehanbyun <awbrg789@naver.com>
This commit is contained in:
commit
1fb7a22e6b
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ func (w *ForResource) ListAllByNamespace(namespace string, selector labels.Selec
|
|||
}
|
||||
|
||||
// Get invokes all wrapped informers and returns the first found runtime object.
|
||||
// It returns the first ocured error.
|
||||
// It returns the first occurred error.
|
||||
func (w *ForResource) Get(name string) (runtime.Object, error) {
|
||||
var err error
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue