Commit 675985a 1 parent 3641b23 commit 675985a Copy full SHA for 675985a
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ fn spawn_audio_system(
58
58
audio : Res < Audio > ,
59
59
) {
60
60
if events. len ( ) > 1 {
61
- warn ! ( "Mutiple illustration are requested, ignoring previous ones" ) ;
61
+ warn ! ( "Multiple illustration are requested, ignoring previous ones" ) ;
62
62
}
63
63
64
64
// TODO: error handling
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ fn load_project_system(
108
108
mut toasts : ResMut < ToastsStorage > ,
109
109
) {
110
110
if events. len ( ) > 1 {
111
- warn ! ( "Mutiple projects are requested, ignoring previous ones" ) ;
111
+ warn ! ( "Multiple projects are requested, ignoring previous ones" ) ;
112
112
}
113
113
114
114
if let Some ( event) = events. read ( ) . last ( ) {
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ fn spawn_illustration_system(
42
42
query : Query < & Illustration > ,
43
43
) {
44
44
if events. len ( ) > 1 {
45
- warn ! ( "Mutiple illustration are requested, ignoring previous ones" ) ;
45
+ warn ! ( "Multiple illustration are requested, ignoring previous ones" ) ;
46
46
}
47
47
48
48
if let Some ( event) = events. read ( ) . last ( ) {
You can’t perform that action at this time.
0 commit comments