diff options
| author | pravic <[email protected]> | 2016-04-28 23:17:51 +0300 |
|---|---|---|
| committer | pravic <[email protected]> | 2016-04-28 23:17:51 +0300 |
| commit | db2c2b617ec94fe0ff369faeb15dac250bd8db93 (patch) | |
| tree | a7c52cecc4f536fbc949821b595f0a6aa53bf882 | |
| parent | add testing environment information (diff) | |
| download | winapi-kmd-rs-db2c2b617ec94fe0ff369faeb15dac250bd8db93.tar.xz winapi-kmd-rs-db2c2b617ec94fe0ff369faeb15dac250bd8db93.zip | |
typo
| -rw-r--r-- | examples/01.minimal/Cargo.toml | 2 | ||||
| -rw-r--r-- | examples/03.urandom/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/01.minimal/Cargo.toml b/examples/01.minimal/Cargo.toml index 9d525f6..bef0d74 100644 --- a/examples/01.minimal/Cargo.toml +++ b/examples/01.minimal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust.drv.examples.minimal" -description = "Minimal Windows kerneld driver sample." +description = "Minimal Windows kernel driver sample." version = "0.1.0" authors = ["pravic <[email protected]>"] readme = "../README.md" diff --git a/examples/03.urandom/Cargo.toml b/examples/03.urandom/Cargo.toml index f41fc36..1383477 100644 --- a/examples/03.urandom/Cargo.toml +++ b/examples/03.urandom/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust.drv.examples.urandom" -description = "Windows kerneld driver sample which creates `\\\\.\\urandom` device." +description = "Windows kernel driver sample which creates `\\\\.\\urandom` device." version = "0.1.0" authors = ["pravic <[email protected]>"] readme = "../README.md" |