Skip to content

Commit 9ef0534

Browse files
committed
typo
Signed-off-by: Nir Rozenbaum <[email protected]>
1 parent b6026f1 commit 9ef0534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/epp/handlers/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ func (s *StreamingServer) Process(srv extProcPb.ExternalProcessor_ProcessServer)
189189
case *extProcPb.ProcessingRequest_RequestHeaders:
190190
requestID := requtil.ExtractHeaderValue(v, requtil.RequestIdHeaderKey)
191191
// request ID is a must for maintaining a state per request in plugins that hold internal state and use PluginState.
192-
// if request id was not supplied as a header, we generate it oursleves.
192+
// if request id was not supplied as a header, we generate it ourselves.
193193
if len(requestID) == 0 {
194194
requestID = uuid.NewString()
195195
loggerTrace.Info("RequestID header is not found in the request, generated a request id")

0 commit comments

Comments
 (0)