From 8b4c39d528c68cd87494f51e8fda0fbcba5f6663 Mon Sep 17 00:00:00 2001 From: Eduardo Almeida Date: Fri, 9 Dec 2022 16:32:04 +0000 Subject: [PATCH] Fix typo in CHANGES.md --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index b7a8be4f1..4166f99be 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -20,7 +20,7 @@ Changes from ns-3.37 to ns-3.38 * (network) Add class `TimestampTag` for associating a timestamp with a packet. * (wifi) Added a new attribute **NMaxInflights** to QosTxop to set the maximum number of links on which an MPDU can be simultaneously in-flight. -* (core) Added several macros in **warnings.h** to silence compiler warnings in specific sections of code. Their use is discouraged, uness really necessary. +* (core) Added several macros in **warnings.h** to silence compiler warnings in specific sections of code. Their use is discouraged, unless really necessary. * (internet-apps) Add class `Ping` for a ping model that works for both IPv4 and IPv6. ### Changes to existing API