From 31b10c1b70556dfee414ef12f83d85e7d6443508 Mon Sep 17 00:00:00 2001 From: Dmitry Arkhipov Date: Tue, 22 Nov 2022 08:50:08 +0300 Subject: [PATCH] fix typo --- CHANGELOG.md | 2 +- doc/qbk/release_notes.qbk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3950b1eb..3c7d9880c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,7 @@ Boost 1.80.0 * Add `string::subview()` overload. * Fix segfault in `array::erase(it)`. * Fix low performance of `serialize` on libc++. -* Fix ambigious conversion to `std::string_view` on GCC 8. +* Fix ambiguous conversion to `std::string_view` on GCC 8. * Fix parsing on big-endian platforms. * Fix handling of comment after trailing comma. * Minor documentation fixes. diff --git a/doc/qbk/release_notes.qbk b/doc/qbk/release_notes.qbk index 5f06cd8ff..9cea5ec43 100644 --- a/doc/qbk/release_notes.qbk +++ b/doc/qbk/release_notes.qbk @@ -54,7 +54,7 @@ * [issue 692] Fix segfault in `array::erase(it)`. * [issue 697] Fix low performance of `serialize` on libc++. -* [issue 708] Fix ambigious conversion to `std::string_view` on GCC 8. +* [issue 708] Fix ambiguous conversion to `std::string_view` on GCC 8. * [issue 717] Fix parsing on big-endian platforms. * [issue 726] Fix handling of comment after trailing comma. * Minor documentation fixes.