diff --git a/samples_test/src/tests.rs b/samples_test/src/tests.rs index 4ce605d050..9baf1d9d65 100644 --- a/samples_test/src/tests.rs +++ b/samples_test/src/tests.rs @@ -21,7 +21,7 @@ use qsc::{ use qsc_project::{FileSystem, StdFs}; // Two tests are needed to check interpreter working in debug and non-debug mode. -// This results in two exepected stings defined. Although two strings are typically the same, +// This results in two expected strings defined. Although two strings are typically the same, // there may be a difference. Also, having two separate strings helps with // automatic updates of expected value by Rust analyzer. fn compile_and_run(sources: SourceMap) -> String {