Skip to content

Commit a7377ec

Browse files
committedDec 7, 2022
fix: error log typo
1 parent 15b75d4 commit a7377ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎controllers/apim/apidefinition/apidefinition_controller.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func (r *Reconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Resu
9393
managementContext, ctxErr := apisDelegate.ResolveContext(apiDefinition.Spec.Context)
9494

9595
if ctxErr != nil {
96-
log.Error(ctxErr, "And error has occurred while trying to retrieve ManagementContext")
96+
log.Error(ctxErr, "An error has occurred while trying to retrieve ManagementContext")
9797
event.NormalEvent(
9898
apiDefinition,
9999
"ManagementContextUnlinked",

0 commit comments

Comments
 (0)
Please sign in to comment.