Skip to content

Commit 2bdaae9

Browse files
committed
fix typo
1 parent 78567b7 commit 2bdaae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binaries/cuprated/src/rpc/handlers/json_rpc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@ fn add_aux_pow_inner(
10711071
// Some of the code below requires that the
10721072
// `.len()` of certain containers are the same.
10731073
// Boxed slices are used over `Vec` to slightly
1074-
// safe-guard against accidently pushing to it.
1074+
// safe-guard against accidentally pushing to it.
10751075
let aux_pow = request.aux_pow.into_boxed_slice();
10761076

10771077
// TODO: why is this here? it does nothing:

0 commit comments

Comments
 (0)