diff --git a/rad_tag.py b/rad_tag.py index efbefeb..a532732 100755 --- a/rad_tag.py +++ b/rad_tag.py @@ -101,7 +101,7 @@ for src_photo in args.photos: if args.outdir == ".": photo = src_photo else: - # be os aware and use the correct directory delimiter for destfile + # Be os aware and use the correct directory delimiter for destfile dst_photo = os.path.join(args.outdir, photo_basename) # Don't copy image if in dry-run mode if args.dry == 'True':