summaryrefslogtreecommitdiffstats
path: root/src/H5Epubgen.h
diff options
context:
space:
mode:
authorMark Evans <evan@hdfgroup.org>2012-10-22 16:39:27 (GMT)
committerMark Evans <evan@hdfgroup.org>2012-10-22 16:39:27 (GMT)
commit29dec8ea7cf74b413c0e32e4b1a86b331507d5b8 (patch)
tree55484a1fc4e96d86792850ad24024a3b9d40653b /src/H5Epubgen.h
parentfe0092998014ae875463075778c5ba4ffc21bb98 (diff)
downloadhdf5-29dec8ea7cf74b413c0e32e4b1a86b331507d5b8.zip
hdf5-29dec8ea7cf74b413c0e32e4b1a86b331507d5b8.tar.gz
hdf5-29dec8ea7cf74b413c0e32e4b1a86b331507d5b8.tar.bz2
[svn-r22943] Changed the spelling of accessability to accessibility.
Diffstat (limited to 'src/H5Epubgen.h')
-rw-r--r--src/H5Epubgen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Epubgen.h b/src/H5Epubgen.h
index 967b248..ddfb1d3 100644
--- a/src/H5Epubgen.h
+++ b/src/H5Epubgen.h
@@ -57,7 +57,7 @@
#define H5E_ERROR (H5OPEN H5E_ERROR_g)
#define H5E_CACHE (H5OPEN H5E_CACHE_g)
H5_DLLVAR hid_t H5E_FUNC_g; /* Function entry/exit */
-H5_DLLVAR hid_t H5E_FILE_g; /* File accessability */
+H5_DLLVAR hid_t H5E_FILE_g; /* File accessibilty */
H5_DLLVAR hid_t H5E_SOHM_g; /* Shared Object Header Messages */
H5_DLLVAR hid_t H5E_SYM_g; /* Symbol table */
H5_DLLVAR hid_t H5E_VFL_g; /* Virtual File Layer */
@@ -221,7 +221,7 @@ H5_DLLVAR hid_t H5E_PATH_g; /* Problem with path to object */
#define H5E_NONE_MINOR (H5OPEN H5E_NONE_MINOR_g)
H5_DLLVAR hid_t H5E_NONE_MINOR_g; /* No error */
-/* File accessability errors */
+/* File accessibilty errors */
#define H5E_FILEEXISTS (H5OPEN H5E_FILEEXISTS_g)
#define H5E_FILEOPEN (H5OPEN H5E_FILEOPEN_g)
#define H5E_CANTCREATE (H5OPEN H5E_CANTCREATE_g)