Unverified Commit d1f01dcc authored by Levvie - she/her's avatar Levvie - she/her Committed by GitHub
Browse files

fix: Spelling mistake (#775)

parent 24cba832
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -314,7 +314,7 @@ convertDisk() {

  msg="Conversion of $DISK_DESC"
  html "$msg completed..."
  info "$msg to $DST_FMT completed succesfully!"
  info "$msg to $DST_FMT completed successfully!"

  return 0
}