From 9c900b01df8c44d9a3ae9972a88bedf751affe0f Mon Sep 17 00:00:00 2001 From: Lauri Nurmi Date: Fri, 3 Apr 2015 18:38:20 +0300 Subject: [PATCH] Fix spelling of "occurred". --- doc/reference.qbk | 2 +- include/boost/asio/basic_serial_port.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/reference.qbk b/doc/reference.qbk index 27bcb46b..4bd04312 100644 --- a/doc/reference.qbk +++ b/doc/reference.qbk @@ -22438,7 +22438,7 @@ This function is used to get the current value of an option on the serial port. [[option][The option value to be obtained from the serial port.]] -[[ec][Set to indicate what error occured, if any.]] +[[ec][Set to indicate what error occurred, if any.]] ] diff --git a/include/boost/asio/basic_serial_port.hpp b/include/boost/asio/basic_serial_port.hpp index e0f83b0a..d318963a 100644 --- a/include/boost/asio/basic_serial_port.hpp +++ b/include/boost/asio/basic_serial_port.hpp @@ -445,7 +445,7 @@ class basic_serial_port * * @param option The option value to be obtained from the serial port. * - * @param ec Set to indicate what error occured, if any. + * @param ec Set to indicate what error occurred, if any. * * @sa GettableSerialPortOption @n * boost::asio::serial_port_base::baud_rate @n