From 89caa594bf2e16929dc74565e197ba2d3cbd8390 Mon Sep 17 00:00:00 2001 From: Florian Gilcher Date: Fri, 28 Jul 2017 00:19:59 +0200 Subject: [PATCH] Fix a small typo --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index f69bc17..4387530 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -16,7 +16,7 @@ //! # Notes //! //! As an operating system program is used, chances are that the open operation fails. -//! Therfore, you are advised to at least check the result with `.is_err()` and +//! Therefore, you are advised to at least check the result with `.is_err()` and //! behave accordingly, e.g. by letting the user know what you tried to open, and failed. //! //! ```