Copilot commented on code in PR #3014:
URL: https://github.com/apache/dubbo-go/pull/3014#discussion_r2328394746


##########
filter/accesslog/filter.go:
##########
@@ -229,10 +229,11 @@ func (f *Filter) openLogFile(accessLog string) (*os.File, 
error) {
        // and today is '2020-03-05'
        // we will create one new file to log access data
        // By this way, we can split the access log based on days.
+       // use 'accessLog' as completely path to avoid log not found.

Review Comment:
   Grammar error in comment: 'completely' should be 'complete' - should read 
'use accessLog as complete path to avoid log not found.'
   ```suggestion
        // use 'accessLog' as complete path to avoid log not found.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to