Index: boost/xpressive/regex_constants.hpp =================================================================== --- boost/xpressive/regex_constants.hpp (revision 74895) +++ boost/xpressive/regex_constants.hpp (working copy) @@ -232,7 +232,7 @@ ///< error_badattr, ///< Tried to read from an uninitialized attribute. ///< - error_internal ///< An internal error has occured. + error_internal ///< An internal error has occurred. ///< }; Index: boost/geometry/extensions/contrib/ttmath/ttmathparser.h =================================================================== --- boost/geometry/extensions/contrib/ttmath/ttmathparser.h (revision 74895) +++ boost/geometry/extensions/contrib/ttmath/ttmathparser.h (working copy) @@ -324,7 +324,7 @@ /*! pointer to the currently reading char - when an error has occured it may be used to count the index of the wrong character + when an error has occurred it may be used to count the index of the wrong character */ const char * pstring; Index: boost/regex/v4/basic_regex_parser.hpp =================================================================== --- boost/regex/v4/basic_regex_parser.hpp (revision 74895) +++ boost/regex/v4/basic_regex_parser.hpp (working copy) @@ -200,9 +200,9 @@ if(error_code != regex_constants::error_empty) { if((start_pos != 0) || (end_pos != (m_end - m_base))) - message += " The error occured while parsing the regular expression fragment: '"; + message += " The error occurred while parsing the regular expression fragment: '"; else - message += " The error occured while parsing the regular expression: '"; + message += " The error occurred while parsing the regular expression: '"; if(start_pos != end_pos) { message += std::string(m_base + start_pos, m_base + position); Index: boost/spirit/repository/home/qi/operator/keywords.hpp =================================================================== --- boost/spirit/repository/home/qi/operator/keywords.hpp (revision 74895) +++ boost/spirit/repository/home/qi/operator/keywords.hpp (working copy) @@ -464,7 +464,7 @@ // We have a bool array 'flags' with one flag for each parser as well as a 'counter' // array. - // The kwd directive sets and increments the counter when a successeful parse occured + // The kwd directive sets and increments the counter when a successeful parse occurred // as well as the slot of the corresponding parser to true in the flags array as soon // the minimum repetition requirement is met and keeps that value to true as long as // the maximum repetition requirement is met. @@ -538,7 +538,7 @@ // We have a bool array 'flags' with one flag for each parser as well as a 'counter' // array. - // The kwd directive sets and increments the counter when a successeful parse occured + // The kwd directive sets and increments the counter when a successeful parse occurred // as well as the slot of the corresponding parser to true in the flags array as soon // the minimum repetition requirement is met and keeps that value to true as long as // the maximum repetition requirement is met. Index: boost/property_tree/detail/rapidxml.hpp =================================================================== --- boost/property_tree/detail/rapidxml.hpp (revision 74895) +++ boost/property_tree/detail/rapidxml.hpp (working copy) @@ -65,7 +65,7 @@ //! Gets pointer to character data where error happened. //! Ch should be the same as char type of xml_document that produced the error. - //! \return Pointer to location within the parsed string where error occured. + //! \return Pointer to location within the parsed string where error occurred. template Ch *where() const { Index: boost/test/impl/execution_monitor.ipp =================================================================== --- boost/test/impl/execution_monitor.ipp (revision 74895) +++ boost/test/impl/execution_monitor.ipp (working copy) @@ -538,7 +538,7 @@ #endif default: report_error( execution_exception::system_error, - "signal: SIGPOLL, si_code: %d (asynchronous I/O event occured; band event %d)", + "signal: SIGPOLL, si_code: %d (asynchronous I/O event occurred; band event %d)", (int)m_sig_info->si_band, m_sig_info->si_code ); break; } Index: boost/asio/basic_serial_port.hpp =================================================================== --- boost/asio/basic_serial_port.hpp (revision 74895) +++ boost/asio/basic_serial_port.hpp (working copy) @@ -445,7 +445,7 @@ * * @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 Index: libs/mpi/src/python/documentation.cpp =================================================================== --- libs/mpi/src/python/documentation.cpp (revision 74895) +++ libs/mpi/src/python/documentation.cpp (working copy) @@ -302,7 +302,7 @@ "the effect of MPI errors.\n"; const char* exception_what_docstring = - "A description of the error that occured. At present, this refers\n" + "A description of the error that occurred. At present, this refers\n" "only to the name of the MPI routine that failed.\n"; const char* exception_routine_docstring = Index: libs/unordered/test/helpers/invariants.hpp =================================================================== --- libs/unordered/test/helpers/invariants.hpp (revision 74895) +++ libs/unordered/test/helpers/invariants.hpp (working copy) @@ -38,7 +38,7 @@ it = x1.begin(), end = x1.end(); BOOST_DEDUCED_TYPENAME X::size_type size = 0; while(it != end) { - // First test that the current key has not occured before, required + // First test that the current key has not occurred before, required // to test either that keys are unique or that equivalent keys are // adjacent. (6.3.1/6) key_type key = get_key(*it); Index: libs/graph/doc/r_c_shortest_paths.html =================================================================== --- libs/graph/doc/r_c_shortest_paths.html (revision 74895) +++ libs/graph/doc/r_c_shortest_paths.html (working copy) @@ -547,7 +547,7 @@

-ed_last_extended_arc stores the edge descriptor of the last extended arc. If ed_vec_path is a path of positive length and b_feasible==false, ed_last_extended_arc is the edge descriptor of the arc at whose target vertex the first violation of a resource window occured. +ed_last_extended_arc stores the edge descriptor of the last extended arc. If ed_vec_path is a path of positive length and b_feasible==false, ed_last_extended_arc is the edge descriptor of the arc at whose target vertex the first violation of a resource window occurred.

Examples

Index: libs/serialization/doc/exceptions.html =================================================================== --- libs/serialization/doc/exceptions.html (revision 74895) +++ libs/serialization/doc/exceptions.html (working copy) @@ -184,7 +184,7 @@
output_stream_error -An error has occured during stream input or ouput. Aside from the common +An error has occurred during stream input or ouput. Aside from the common situations such as a corrupted or truncated input file, there are several less obvious ones that sometimes occur.

Index: libs/integer/test/integer_test.cpp =================================================================== --- libs/integer/test/integer_test.cpp (revision 74895) +++ libs/integer/test/integer_test.cpp (working copy) @@ -152,7 +152,7 @@ if(boost::detail::test_errors() != last_error_count) { last_error_count = boost::detail::test_errors(); - std::cout << "Errors occured while testing with bit count = " << Bits << std::endl; + std::cout << "Errors occurred while testing with bit count = " << Bits << std::endl; std::cout << "Type int_t<" << Bits << ">::least was " << get_name_of_type(least_int(0)) << std::endl; std::cout << "Type int_t<" << Bits << ">::fast was " << get_name_of_type(fast_int(0)) << std::endl; std::cout << "Type uint_t<" << Bits << ">::least was " << get_name_of_type(least_uint(0)) << std::endl; Index: libs/icl/test/fix_include_after_thread_/fix_include_after_thread.cpp =================================================================== --- libs/icl/test/fix_include_after_thread_/fix_include_after_thread.cpp (revision 74895) +++ libs/icl/test/fix_include_after_thread_/fix_include_after_thread.cpp (working copy) @@ -19,7 +19,7 @@ // ->(some_attribute::value) //The problem does not occur for gcc compilers. -// #include MEMO: The problem occured when using thread.hpp +// #include MEMO: The problem occurred when using thread.hpp #include // but is also triggered from bind.hpp alone // while the cause of it is an error in the msvc-7.1 to 10.0 compilers. // A minimal example is provided by test case 'cmp_msvc_value_born_error' Index: libs/icl/test/fix_icl_after_thread_/fix_icl_after_thread.cpp =================================================================== --- libs/icl/test/fix_icl_after_thread_/fix_icl_after_thread.cpp (revision 74895) +++ libs/icl/test/fix_icl_after_thread_/fix_icl_after_thread.cpp (working copy) @@ -9,7 +9,7 @@ #include #include "../unit_test_unwarned.hpp" -// #include MEMO: The problem occured when using thread.hpp +// #include MEMO: The problem occurred when using thread.hpp #include // but is also triggered from bind.hpp alone // while the cause of it is an error in the msvc-7.1 to 10.0 compilers. // A minimal example is provided by test case 'cmp_msvc_value_born_error' Index: libs/regex/doc/html/boost_regex/background_information/history.html =================================================================== --- libs/regex/doc/html/boost_regex/background_information/history.html (revision 74895) +++ libs/regex/doc/html/boost_regex/background_information/history.html (working copy) @@ -278,7 +278,7 @@ types used previously - bad_expression and bad_pattern - are now just typedefs for regex_error. Type regex_error has a couple of new members: code() to report an error code rather than a string, and position() to - report where in the expression the error occured. + report where in the expression the error occurred.

Index: libs/regex/doc/history.qbk =================================================================== --- libs/regex/doc/history.qbk (revision 74895) +++ libs/regex/doc/history.qbk (working copy) @@ -119,7 +119,7 @@ * Added Unicode support; based on ICU. * Changed newline support to recognise \\f as a line separator (all character types), and \\x85 as a line separator for wide characters / Unicode only. * Added a new format flag format_literal that treats the replace string as a literal, rather than a Perl or Sed style format string. -* Errors are now reported by throwing exceptions of type regex_error. The types used previously - bad_expression and bad_pattern - are now just typedefs for regex_error. Type regex_error has a couple of new members: code() to report an error code rather than a string, and position() to report where in the expression the error occured. +* Errors are now reported by throwing exceptions of type regex_error. The types used previously - bad_expression and bad_pattern - are now just typedefs for regex_error. Type regex_error has a couple of new members: code() to report an error code rather than a string, and position() to report where in the expression the error occurred. [h4 Boost 1.32.1] Index: libs/test/doc/src/UTF.log.xsd =================================================================== --- libs/test/doc/src/UTF.log.xsd (revision 74895) +++ libs/test/doc/src/UTF.log.xsd (working copy) @@ -35,7 +35,7 @@ - Location of last checkpoint before exception occured + Location of last checkpoint before exception occurred @@ -69,17 +69,17 @@ - Log entry corresponding to the non-fatal error occured during test execution + Log entry corresponding to the non-fatal error occurred during test execution - Log entry corresponding to the fatal error occured during test execution + Log entry corresponding to the fatal error occurred during test execution - Log entry corresponding to an exception occured during test execution + Log entry corresponding to an exception occurred during test execution Index: libs/asio/doc/reference.qbk =================================================================== --- libs/asio/doc/reference.qbk (revision 74895) +++ libs/asio/doc/reference.qbk (working copy) @@ -21897,7 +21897,7 @@ [[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.]] ] Index: libs/iostreams/doc/classes/gzip.html =================================================================== --- libs/iostreams/doc/classes/gzip.html (revision 74895) +++ libs/iostreams/doc/classes/gzip.html (working copy) @@ -104,7 +104,7 @@ ConstantInterpretation zlib_error - A zlib error has occured; use gzip_error::zlib_error_code to obtain an error code. + A zlib error has occurred; use gzip_error::zlib_error_code to obtain an error code. bad_crc Index: libs/iostreams/doc/functions/flush.html =================================================================== --- libs/iostreams/doc/functions/flush.html (revision 74895) +++ libs/iostreams/doc/functions/flush.html (working copy) @@ -27,7 +27,7 @@ The function template flush attemps to flush all buffered characters downstream. It is provided to facilite modifiying a filter chain in the middle of a sequence of output operations; specifically, it is used to implement the function strict_sync (see, e.g., filtering_stream::strict_sync). If strict_sync succeeds, the auto-close feature of a filter chain can be safely disabled using set_auto_close(false) (see, e.g., filtering_stream::set_auto_close). Filters can then be added to or removed from the chain with the knowledge that no characters remain buffered.

- For non-Flushable devices, flush returns true, indicating that no error has occured.[1] For non-Flushable filters, however, flush returns false, indicating that some characters may remain buffered. + For non-Flushable devices, flush returns true, indicating that no error has occurred.[1] For non-Flushable filters, however, flush returns false, indicating that some characters may remain buffered.

When working with Devices, flush may be used as a generic version of std::basic_ostream::flush(). Index: tools/build/v2/engine/scan.h =================================================================== --- tools/build/v2/engine/scan.h (revision 74895) +++ tools/build/v2/engine/scan.h (working copy) @@ -14,7 +14,7 @@ * yylex() - parse the next token, returning its type. * yymode() - adjust lexicon of scanner. * yyparse() - declaration for yacc parser. - * yyanyerrors() - indicate if any parsing errors occured. + * yyanyerrors() - indicate if any parsing errors occurred. * * The yymode() function is for the parser to adjust the lexicon of the scanner. * Aside from normal keyword scanning, there is a mode to handle action strings Index: tools/build/v2/engine/boehm_gc/dyn_load.c =================================================================== --- tools/build/v2/engine/boehm_gc/dyn_load.c (revision 74895) +++ tools/build/v2/engine/boehm_gc/dyn_load.c (working copy) @@ -898,7 +898,7 @@ /* Get info about next shared library */ status = shl_get(index, &shl_desc); - /* Check if this is the end of the list or if some error occured */ + /* Check if this is the end of the list or if some error occurred */ if (status != 0) { # ifdef GC_HPUX_THREADS /* I've seen errno values of 0. The man page is not clear */