Skip to content

Commit

Permalink
minor error clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
argonaut22 authored and askprash committed Nov 8, 2024
1 parent 686df83 commit 120ee00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IO/read_input.jl
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ if any(maxpax .< pax)
"\n Payloads listed [in pax] = "*string(pax))
end
if any(exitlimit .< pax)
error("One or more missions have higher payload than the prescribed exit limit!:"*
error("One or more missions have higher passenger counts than the prescribed exit limit!:"*
"\n Exit limit [in pax] = "*string(exitlimit)*
"\n Payloads listed [in pax] = "*string(pax))
end
Expand Down

0 comments on commit 120ee00

Please sign in to comment.