summaryrefslogtreecommitdiffstats
path: root/doxygen/examples/ThreadSafeLibrary.html
diff options
context:
space:
mode:
Diffstat (limited to 'doxygen/examples/ThreadSafeLibrary.html')
-rw-r--r--doxygen/examples/ThreadSafeLibrary.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen/examples/ThreadSafeLibrary.html b/doxygen/examples/ThreadSafeLibrary.html
index 2ea42b4..97f7742 100644
--- a/doxygen/examples/ThreadSafeLibrary.html
+++ b/doxygen/examples/ThreadSafeLibrary.html
@@ -165,7 +165,7 @@ The structure is defined in <code>H5private.h</code> as:
<blockquote>
<pre>
- /* cancelability structure */
+ /* cancellability structure */
typedef struct H5_cancel_struct {
int previous_state;
unsigned int cancel_count;