Skip to content

Commit 5f3df6c

Browse files
committed
exit lint: potentualy -> potentially
1 parent 3d193fa commit 5f3df6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/exit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ declare_clippy_lint! {
1111
///
1212
/// ### Why is this bad?
1313
/// Exit terminates the program at the location it is called. For unrecoverable
14-
/// errors `panics` should be used to provide a stacktrace and potentualy other
14+
/// errors `panics` should be used to provide a stacktrace and potentially other
1515
/// information. A normal termination or one with an error code should happen in
1616
/// the main function.
1717
///

0 commit comments

Comments
 (0)