VirtualBox

Changeset 55658 in vbox for trunk/include/iprt/err.h


Ignore:
Timestamp:
May 5, 2015 11:49:22 AM (10 years ago)
Author:
vboxsync
Message:

iprt/err.h: typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/err.h

    r55562 r55658  
    803803/** A string claiming to be UTF-8 is incorrectly encoded. */
    804804#define VERR_INVALID_UTF8_ENCODING          (-61)
    805 /** Ad string claiming to be in UTF-16 is incorrectly encoded. */
     805/** A string claiming to be in UTF-16 is incorrectly encoded. */
    806806#define VERR_INVALID_UTF16_ENCODING         (-62)
    807807/** Encountered a unicode code point which cannot be represented as UTF-16. */
     
    817817/** The timer can't be started because it's already active. */
    818818#define VERR_TIMER_ACTIVE                   (-68)
    819 /** The timer can't be stopped because i's already suspended. */
     819/** The timer can't be stopped because it's already suspended. */
    820820#define VERR_TIMER_SUSPENDED                (-69)
    821821/** The operation was cancelled by the user (copy) or another thread (local ipc). */
     
    11981198/** Wrong release order detected. */
    11991199#define VERR_SEM_LV_WRONG_RELEASE_ORDER     (-369)
    1200 /** Attempt to recursively enter a non-recurisve lock. */
     1200/** Attempt to recursively enter a non-recursive lock. */
    12011201#define VERR_SEM_LV_NESTED                  (-370)
    12021202/** Invalid parameters passed to the lock validator. */
     
    18151815/** The VFS object type is not known. */
    18161816#define VERR_VFS_CHAIN_UNKNOWN_TYPE                 (-22103)
    1817 /** Expected a left paranthese. */
     1817/** Expected a left parentheses. */
    18181818#define VERR_VFS_CHAIN_EXPECTED_LEFT_PARENTHESES    (-22104)
    1819 /** Expected a right paranthese. */
     1819/** Expected a right parentheses. */
    18201820#define VERR_VFS_CHAIN_EXPECTED_RIGHT_PARENTHESES   (-22105)
    18211821/** Expected a provider name. */
     
    18941894/** The table of content XML document does not have a toc element. */
    18951895#define VERR_XML_TOC_ELEMENT_MISSING                (-22711)
    1896 /** The table of content XML element (toc) has sibilings, we expected it to be
     1896/** The table of content XML element (toc) has siblings, we expected it to be
    18971897 *  an only child or the root element (xar). */
    18981898#define VERR_XML_TOC_ELEMENT_HAS_SIBLINGS           (-22712)
     
    21152115/** @name More RTLdr status codes.
    21162116 * @{ */
    2117 /** Image Verficiation Failure: No Authenticode Signature. */
     2117/** Image Verification Failure: No Authenticode Signature. */
    21182118#define VERR_LDRVI_NOT_SIGNED                       (-22900)
    2119 /** Image Verficiation Warning: No Authenticode Signature, but on whitelist. */
     2119/** Image Verification Warning: No Authenticode Signature, but on whitelist. */
    21202120#define VINF_LDRVI_NOT_SIGNED                       (22900)
    2121 /** Image Verficiation Failure: Error reading image headers.  */
     2121/** Image Verification Failure: Error reading image headers.  */
    21222122#define VERR_LDRVI_READ_ERROR_HDR                   (-22901)
    2123 /** Image Verficiation Failure: Error reading section headers. */
     2123/** Image Verification Failure: Error reading section headers. */
    21242124#define VERR_LDRVI_READ_ERROR_SHDRS                 (-22902)
    2125 /** Image Verficiation Failure: Error reading authenticode signature data. */
     2125/** Image Verification Failure: Error reading authenticode signature data. */
    21262126#define VERR_LDRVI_READ_ERROR_SIGNATURE             (-22903)
    2127 /** Image Verficiation Failure: Error reading file for hashing. */
     2127/** Image Verification Failure: Error reading file for hashing. */
    21282128#define VERR_LDRVI_READ_ERROR_HASH                  (-22904)
    2129 /** Image Verficiation Failure: Error determining the file length. */
     2129/** Image Verification Failure: Error determining the file length. */
    21302130#define VERR_LDRVI_FILE_LENGTH_ERROR                (-22905)
    2131 /** Image Verficiation Failure: Error allocating memory for state data. */
     2131/** Image Verification Failure: Error allocating memory for state data. */
    21322132#define VERR_LDRVI_NO_MEMORY_STATE                  (-22906)
    2133 /** Image Verficiation Failure: Error allocating memory for authenticode
     2133/** Image Verification Failure: Error allocating memory for authenticode
    21342134 *  signature data. */
    21352135#define VERR_LDRVI_NO_MEMORY_SIGNATURE              (-22907)
    2136 /** Image Verficiation Failure: Error allocating memory for section headers. */
     2136/** Image Verification Failure: Error allocating memory for section headers. */
    21372137#define VERR_LDRVI_NO_MEMORY_SHDRS                  (-22908)
    2138 /** Image Verficiation Failure: Authenticode parsing output. */
     2138/** Image Verification Failure: Authenticode parsing output. */
    21392139#define VERR_LDRVI_NO_MEMORY_PARSE_OUTPUT           (-22909)
    2140 /** Image Verficiation Failure: Invalid security directory entry. */
     2140/** Image Verification Failure: Invalid security directory entry. */
    21412141#define VERR_LDRVI_INVALID_SECURITY_DIR_ENTRY       (-22910)
    2142 /** Image Verficiation Failure:  */
     2142/** Image Verification Failure:  */
    21432143#define VERR_LDRVI_BAD_CERT_HDR_LENGTH              (-22911)
    2144 /** Image Verficiation Failure:  */
     2144/** Image Verification Failure:  */
    21452145#define VERR_LDRVI_BAD_CERT_HDR_REVISION            (-22912)
    2146 /** Image Verficiation Failure:  */
     2146/** Image Verification Failure:  */
    21472147#define VERR_LDRVI_BAD_CERT_HDR_TYPE                (-22913)
    2148 /** Image Verficiation Failure: More than one certificate table entry.  */
     2148/** Image Verification Failure: More than one certificate table entry.  */
    21492149#define VERR_LDRVI_BAD_CERT_MULTIPLE                (-22914)
    21502150
    2151 /** Image Verficiation Failure:  */
     2151/** Image Verification Failure:  */
    21522152#define VERR_LDRVI_BAD_MZ_OFFSET                    (-22915)
    2153 /** Image Verficiation Failure: Invalid section count. */
     2153/** Image Verification Failure: Invalid section count. */
    21542154#define VERR_LDRVI_INVALID_SECTION_COUNT            (-22916)
    2155 /** Image Verficiation Failure: Raw data offsets and sizes are out of range. */
     2155/** Image Verification Failure: Raw data offsets and sizes are out of range. */
    21562156#define VERR_LDRVI_SECTION_RAW_DATA_VALUES          (-22917)
    21572157/** Optional header magic and target machine does not match. */
     
    21742174/** The page hash table is not strictly ordered by offset. */
    21752175#define VERR_LDRVI_PAGE_HASH_TAB_NOT_STRICTLY_SORTED (-22926)
    2176 /** The page hash table hashes data outside the defined and implict sections. */
     2176/** The page hash table hashes data outside the defined and implicit sections. */
    21772177#define VERR_PAGE_HASH_TAB_HASHES_NON_SECTION_DATA  (-22927)
    21782178/** Page hash mismatch. */
     
    22102210/** Certificate signature algorithm mismatch. */
    22112211#define VERR_CR_X509_CERT_SIGN_ALGO_MISMATCH        (-23006)
    2212 /** The signature algorithm in the to-be-signed certifcate part does not match
    2213  * the one assoicated with the signature. */
     2212/** The signature algorithm in the to-be-signed certificate part does not match
     2213 * the one associated with the signature. */
    22142214#define VERR_CR_X509_CERT_TBS_SIGN_ALGO_MISMATCH    (-23007)
    22152215/** Certificate extensions requires certificate version 3 or later.  */
     
    22232223/** Public key is too small. */
    22242224#define VERR_CR_X509_PUBLIC_KEY_TOO_SMALL           (-23012)
    2225 /** Invalid strnig tag for a X.509 name object. */
     2225/** Invalid string tag for a X.509 name object. */
    22262226#define VERR_CR_X509_INVALID_NAME_STRING_TAG        (-23013)
    22272227/** Empty string in X.509 name object. */
     
    22552255 *  certificate authority (CA). */
    22562256#define VERR_CR_X509_CPV_NOT_CA_CERT                (-23026)
    2257 /** Certificate path validator: Intermeidate certificate is not a version 3
     2257/** Certificate path validator: Intermediate certificate is not a version 3
    22582258 *  certificate. */
    22592259#define VERR_CR_X509_CPV_NOT_V3_CERT                (-23027)
     
    22722272#define VERR_CR_X509_CPV_ISSUER_MISMATCH            (-23032)
    22732273/** Certificate path validator: The certificate is not valid at the
    2274  *  specificed time. */
     2274 *  specified time. */
    22752275#define VERR_CR_X509_CPV_NOT_VALID_AT_TIME          (-23033)
    22762276/** Certificate path validator: Unexpected choice found in general subtree
     
    22932293/** Generic PKCS \#7 error. */
    22942294#define VERR_CR_PKCS7_GENERIC_ERROR                             (-23300)
    2295 /** Signed data verfication failed because there are zero signer infos. */
     2295/** Signed data verification failed because there are zero signer infos. */
    22962296#define VERR_CR_PKCS7_NO_SIGNER_INFOS                           (-23301)
    22972297/** Signed data certificate not found. */
     
    23392339/** Error creating digest algorithm calculator. */
    23402340#define VERR_CR_PKCS7_DIGEST_CREATE_ERROR                       (-22319)
    2341 /** Error while calculating a digest for a PKCS \#7 verficiation operation. */
     2341/** Error while calculating a digest for a PKCS \#7 verification operation. */
    23422342#define VERR_CR_PKCS7_DIGEST_CALC_ERROR                         (-22320)
    23432343/** Unsupported PKCS \#7 signed data version. */
     
    23822382/** The indirect data digest size does not match the digest algorithm. */
    23832383#define VERR_CR_SPC_IND_DATA_DIGEST_SIZE_MISMATCH               (-23406)
    2384 /** Exptected PE image data inside indirect data object. */
     2384/** Expected PE image data inside indirect data object. */
    23852385#define VERR_CR_SPC_EXPECTED_PE_IMAGE_DATA                      (-23407)
    23862386/** Internal SPC error: The PE image data is missing.  */
     
    23902390/** Unknown SPC object moniker UUID. */
    23912391#define VERR_CR_SPC_UNKNOWN_MONIKER_UUID                        (-23410)
    2392 /** Internal SPC error: Bad object monker choice value. */
     2392/** Internal SPC error: Bad object moniker choice value. */
    23932393#define VERR_CR_SPC_BAD_MONIKER_CHOICE                          (-23411)
    23942394/** Internal SPC error: Bad object moniker data pointer. */
     
    24282428/** PKIX cipher algorithm parameters are not implemented. */
    24292429#define VERR_CR_PKIX_CIPHER_ALGO_PARAMS_NOT_IMPL    (-23510)
    2430 /** ipher algorithm is not known to us. */
     2430/** Cipher algorithm is not known to us. */
    24312431#define VERR_CR_PKIX_CIPHER_ALGO_NOT_KNOWN          (-23511)
    24322432/** PKIX cipher algorithm is not known to OpenSSL. */
     
    24712471/** OpenSSL failed to initialize the digest algorithm contextn. */
    24722472#define VERR_CR_DIGEST_OSSL_DIGEST_INIT_ERROR       (-24200)
    2473 /** OpenSSL failed to clone the digest algorithm contextn. */
     2473/** OpenSSL failed to clone the digest algorithm context. */
    24742474#define VERR_CR_DIGEST_OSSL_DIGEST_CTX_COPY_ERROR   (-24201)
    24752475/** @} */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette