From d8b024e05ce68a35d5b8711109584c1e7a166f75 Mon Sep 17 00:00:00 2001 From: Kjetil Kjeka Date: Sun, 24 Sep 2017 14:28:57 +0200 Subject: [PATCH] Fixed typo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5665cc7..20159f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ description = "Peripheral access API for NXP S32K144 microcontrollers (generated repository = "https://github.com/kjetilkjeka/s32k144.rs" keywords = ["arm", "embedded", "svd2rust", "cortex-m4", "NXP"] -cateogries = ["embedded"] +categories = ["embedded"] license = "Apache-2.0/MIT"