summaryrefslogtreecommitdiffstats
path: root/src/H5Edefin.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/H5Edefin.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/H5Edefin.h')
-rw-r--r--src/H5Edefin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Edefin.h b/src/H5Edefin.h
index ee284c4..2ae79e5 100644
--- a/src/H5Edefin.h
+++ b/src/H5Edefin.h
@@ -22,7 +22,7 @@
/* Major error IDs */
hid_t H5E_FUNC_g = FAIL; /* Function entry/exit */
-hid_t H5E_FILE_g = FAIL; /* File accessability */
+hid_t H5E_FILE_g = FAIL; /* File accessibilty */
hid_t H5E_SOHM_g = FAIL; /* Shared Object Header Messages */
hid_t H5E_SYM_g = FAIL; /* Symbol table */
hid_t H5E_VFL_g = FAIL; /* Virtual File Layer */
@@ -131,7 +131,7 @@ hid_t H5E_PATH_g = FAIL; /* Problem with path to object */
/* No error */
hid_t H5E_NONE_MINOR_g = FAIL; /* No error */
-/* File accessability errors */
+/* File accessibilty errors */
hid_t H5E_FILEEXISTS_g = FAIL; /* File already exists */
hid_t H5E_FILEOPEN_g = FAIL; /* File already open */
hid_t H5E_CANTCREATE_g = FAIL; /* Unable to create file */