diff options
author | Mark Evans <evan@hdfgroup.org> | 2012-10-22 16:43:22 (GMT) |
---|---|---|
committer | Mark Evans <evan@hdfgroup.org> | 2012-10-22 16:43:22 (GMT) |
commit | 82a5c48a45a8072158808f1e35787876bd67c327 (patch) | |
tree | 30a6bcd74e745654bb38762505d17758b98780e4 /src/H5Epubgen.h | |
parent | bcf7479296a49fffd4307c6f8d03049bde715fcc (diff) | |
download | hdf5-82a5c48a45a8072158808f1e35787876bd67c327.zip hdf5-82a5c48a45a8072158808f1e35787876bd67c327.tar.gz hdf5-82a5c48a45a8072158808f1e35787876bd67c327.tar.bz2 |
[svn-r22944] Changed the spelling of accessability to accessibility.
Diffstat (limited to 'src/H5Epubgen.h')
-rw-r--r-- | src/H5Epubgen.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Epubgen.h b/src/H5Epubgen.h index 1540b07..6ffae70 100644 --- a/src/H5Epubgen.h +++ b/src/H5Epubgen.h @@ -57,7 +57,7 @@ H5_DLLVAR hid_t H5E_DATASET_g; /* Dataset */ H5_DLLVAR hid_t H5E_FUNC_g; /* Function entry/exit */ H5_DLLVAR hid_t H5E_STORAGE_g; /* Data storage */ -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 */ @@ -217,7 +217,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) |