Skip to content

Commit c8cff1b

Browse files
committed
Fix typo in comment
1 parent c0a33b3 commit c8cff1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repo2docker/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ def make_r2d(argv=None):
300300

301301
if args.build_memory_limit:
302302
# if the string only contains numerals we assume it should be an int
303-
# and specifies a size inn bytes
303+
# and specifies a size in bytes
304304
if args.build_memory_limit.isnumeric():
305305
r2d.build_memory_limit = int(args.build_memory_limit)
306306
else:

0 commit comments

Comments
 (0)