From 1e0b0c67635eaeab908b2780f51ff472ae52c4c4 Mon Sep 17 00:00:00 2001 From: Adrian Sieber Date: Wed, 13 Apr 2016 18:47:56 +0000 Subject: [PATCH] Fix typos --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a23cefd..fb3c42e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -294,7 +294,7 @@ * Removed a lot of internal and private data structures from `JSONKit.h` and put them in `JSONKit.m`. * Modified the way floating point values are serialized. Previously, the [`printf`][printf] format conversion `%.16g` was used. This was changed to `%.17g` which should theoretically allow for up to a full `float`, or [IEEE 754 Single 32-bit floating-point][Single Precision], of precision when converting floating point values to decimal representation. * The usual sundry of inconsequential tidies and what not, such as updating the `README.md`, etc. -* The catagory additions to the Cocoa classes were changed from `JSONKit` to `JSONKitDeserializing` and `JSONKitSerializing`, as appropriate. +* The category additions to the Cocoa classes were changed from `JSONKit` to `JSONKitDeserializing` and `JSONKitSerializing`, as appropriate. ## Version 1.3 2011/05/02