Skip to content

Commit

Permalink
poolselection: fix typo
Browse files Browse the repository at this point in the history
everthing --> everything

Acked-by: Marina Sahakyan
Target: master
Require-book: no
Require-notes: no
  • Loading branch information
khys95 committed Jan 20, 2025
1 parent f41cd3e commit 693fffa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2726,7 +2726,7 @@ protected void runlock() {
@AffectsSetup
public String ac_psu_clear_im_really_sure(Args args) {
clear();
return "Voila, now everthing is really gone";
return "Voila, now everything is really gone";
}

public static final String hh_psu_create_link = "<link> <unit group> [...]";
Expand Down

0 comments on commit 693fffa

Please sign in to comment.