Skip to content

Commit aa9e951

Browse files
committed
Fixing bad english.
1 parent a758ef2 commit aa9e951

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ds3/ds3Helpers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def put_objects(self, put_objects: List[HelperPutObject], bucket: str, max_threa
163163
max_threads : int
164164
The number of concurrent objects being transferred at once (default 5).
165165
calculate_checksum : bool
166-
Weather or not the client calculates the object checksum before sending it to the BP (default False). The BP
166+
Whether the client calculates the object checksum before sending it to the BP (default False). The BP
167167
also calculates the checksum and compares it with the value the client calculates. The object put will fail
168168
if the client and BP checksums do not match. Note that calculating the checksum is processor intensive, and
169169
it also requires two reads of the object (first to calculate checksum, and secondly to send the data). The
@@ -262,7 +262,7 @@ def put_all_objects_in_directory(self, source_dir: str, bucket: str, objects_per
262262
max_threads : int
263263
The number of concurrent objects being transferred at once (default 5).
264264
calculate_checksum : bool
265-
Weather or not the client calculates the object checksum before sending it to the BP. The BP also calculates
265+
Whether the client calculates the object checksum before sending it to the BP. The BP also calculates
266266
the checksum and compares it with the value the client calculates. The object put will fail if the client
267267
and BP checksums do not match. Note that calculating the checksum is processor intensive, and it also
268268
requires two reads of the object (first to calculate checksum, and secondly to send the data). The type of

0 commit comments

Comments
 (0)