Skip to content

Commit a151e6e

Browse files
committed
fix typo
1 parent 751ff20 commit a151e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

veadk/integrations/ve_tos/ve_tos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ def upload_bytes(
359359
bucket_name = self._check_bucket_name(bucket_name)
360360
if not object_key:
361361
object_key = self._build_object_key_for_bytes()
362-
# Use common function to check lient and bucket
362+
# Use common function to check client and bucket
363363
if not self._ensure_client_and_bucket(bucket_name):
364364
return
365365
try:

0 commit comments

Comments
 (0)