Skip to content

Commit

Permalink
fix 'environment' typo in android docs (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcginty authored Feb 11, 2025
1 parent 8c610dd commit d0834c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rustls-platform-verifier/src/android.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ fn global() -> &'static Global {

/// Initializes and stores the required context for the Android platform.
///
/// This method will setup and store an envrionment locally. This is useful if
/// This method will setup and store an environment locally. This is useful if
/// nothing else in your application needs access the Android runtime.
///
/// Initialization must be done before any verification is attempted.
Expand All @@ -92,7 +92,7 @@ pub fn init_hosted(env: &mut JNIEnv, context: JObject) -> Result<(), JNIError> {

/// Initializes and stores the required context for the Android platform.
///
/// This method utilizes an existing Android runtime envrionment and set anything
/// This method utilizes an existing Android runtime environment and set anything
/// else up on its own. This is useful if your application already interacts with
/// the runtime and has pre-existing handles.
///
Expand Down

0 comments on commit d0834c8

Please sign in to comment.