Skip to content

Commit 31d1a82

Browse files
committed
test/rgw/notifications: non-functional change, addressing comment typo s/iempty/empty/
Signed-off-by: Oguzhan Ozmen <[email protected]>
1 parent 64f5bff commit 31d1a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/rgw/bucket_notification/test_bn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def do_POST(self):
167167
"""implementation of POST handler"""
168168
content_length = int(self.headers['Content-Length'])
169169
if content_length == 0:
170-
log.info('HTTP Server received iempty event')
170+
log.info('HTTP Server received empty event')
171171
self.send_response(200)
172172
self.end_headers()
173173
return

0 commit comments

Comments
 (0)