diff --git a/README.md b/README.md index e1d880f..1f96251 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Follow the steps below to use Automata SGX SDK: 3. Update the `app/Cargo.toml` file as follows. - Explanation for the avaibale options of `package.metadata.sgx`: + Explanation for the available options of `package.metadata.sgx`: - `path`: (required) Path to the enclave crate. - `config`: (required) Path to the enclave configuration file. - `edl`: (required) Path to the enclave EDL file. diff --git a/build-script/src/std_app.rs b/build-script/src/std_app.rs index e860236..5bd7d21 100644 --- a/build-script/src/std_app.rs +++ b/build-script/src/std_app.rs @@ -40,7 +40,7 @@ pub fn build_std_app() { ); // println!("cargo:rerun-if-env-changed=CARGO_BUILD"); // if std::env::var("CARGO_BUILD") != Ok("1".to_owned()) { - // let note = ["set CARGO_BUILD=1 to enable compatibility mode.", "or you can add automata_sgx_builder::enalbe_compatibility_mode(); to the build script."]; + // let note = ["set CARGO_BUILD=1 to enable compatibility mode.", "or you can add automata_sgx_builder::enable_compatibility_mode(); to the build script."]; // println!("cargo:warning=NOTICE:\n\nset CARGO_BUILD=1 to enable compatibility mode. \n\n\n", "=".repeat(80)); // } println!("cargo:rerun-if-changed=compatibility mode");