Skip to content

Commit

Permalink
Fix typo in warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanoKobalamyne committed Jan 17, 2025
1 parent b620e4e commit 35eaf55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pono.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ int main(int argc, char ** argv)
// once state variables removed by COI are removed from init then should
// do static-coi BEFORE mod-init-prop
logger.log(0,
"Warning: --mod-init-prop and --static-coi don't work "
"Warning: --pseudo-init-prop and --static-coi don't work "
"well together currently.");
}
}
Expand Down

0 comments on commit 35eaf55

Please sign in to comment.