summaryrefslogtreecommitdiff
path: root/libstdc++-v3/doc/html/manual/bk01pt12ch30s04.html
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/doc/html/manual/bk01pt12ch30s04.html')
-rw-r--r--libstdc++-v3/doc/html/manual/bk01pt12ch30s04.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/doc/html/manual/bk01pt12ch30s04.html b/libstdc++-v3/doc/html/manual/bk01pt12ch30s04.html
index 53b2d4c3825..141978a48c7 100644
--- a/libstdc++-v3/doc/html/manual/bk01pt12ch30s04.html
+++ b/libstdc++-v3/doc/html/manual/bk01pt12ch30s04.html
@@ -187,7 +187,7 @@ template<typename _Tp, typename _Allocator = allocator<_Tp>
allows release-compiled and debug-compiled code to be linked and
executed together without causing unpredictable behavior. This
guarantee minimizes the recompilation that users are required to
- perform, shortening the detect-compile-debug bughunting cycle
+ perform, shortening the detect-compile-debug bug hunting cycle
and making the debug mode easier to incorporate into development
environments by minimizing dependencies.</p><p>Achieving link- and run-time coexistence is not a trivial
implementation task. To achieve this goal we required a small