Fix silly typo

This commit is contained in:
ctz 2017-02-08 06:37:13 +00:00 committed by GitHub
parent 61580744ac
commit c54e19b72c
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ readme = "README.md"
description = "Rustls is a modern TLS library written in Rust."
homepage = "https://github.com/ctz/rustls"
repository = "https://github.com/ctz/rustls"
catgories = ["network-programming", "cryptography"]
categories = ["network-programming", "cryptography"]
[dependencies]
untrusted = "0.3.1"