File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ pub trait Actor: Send + Sized + 'static {
173
173
/// This hook is called only once.
174
174
///
175
175
/// It is always called regardless of the reason why the actor exited.
176
- /// The exit status is passed as an argument to make it possible to act conditionnally
176
+ /// The exit status is passed as an argument to make it possible to act conditionally
177
177
/// upon it.
178
178
/// For instance, it is often better to do as little work as possible on a killed actor.
179
179
/// It can be done by checking the `exit_status` and performing an early-exit if it is
Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ pub(super) mod jemalloc_profiled {
285
285
ctx. format_fields ( writer. by_ref ( ) , event) ?;
286
286
writeln ! ( writer) ?;
287
287
288
- // Print a backtrace to help idenify the callsite
288
+ // Print a backtrace to help identify the callsite
289
289
backtrace:: trace ( |frame| {
290
290
backtrace:: resolve_frame ( frame, |symbol| {
291
291
if let Some ( symbole_name) = symbol. name ( ) {
You can’t perform that action at this time.
0 commit comments