@@ -38,26 +38,26 @@ LPSECURITY_ATTRIBUTES _Nullable _securityAttributes; LSTATUS _status; } /*! - * @brief The registry key on which opening the sub key failed. + * @brief The registry key on which opening the subkey failed. */ @property (readonly, nonatomic) OFWindowsRegistryKey *registryKey; /*! - * @brief The path for the sub key that could not be opened. + * @brief The path for the subkey that could not be opened. */ @property (readonly, nonatomic) OFString *path; /*! - * @brief The options for the sub key that could not be opened. + * @brief The options for the subkey that could not be opened. */ @property (readonly, nonatomic) DWORD options; /*! - * @brief The security and access rights for the sub key that could not be + * @brief The security and access rights for the subkey that could not be * opened. */ @property (readonly, nonatomic) REGSAM securityAndAccessRights; /*! @@ -67,13 +67,13 @@ /*! * @brief Creates a new, autoreleased open Windows registry key failed * exception. * - * @param registryKey The registry key on which opening the sub key failed - * @param path The path for the sub key that could not be opened - * @param options The options for the sub key that could not be opened + * @param registryKey The registry key on which opening the subkey failed + * @param path The path for the subkey that could not be opened + * @param options The options for the subkey that could not be opened * @param securityAndAccessRights The security and access rights for the sub * key that could not be opened * @param status The status returned by RegOpenKeyEx() * @return A new, autoreleased open Windows registry key failed exception */ @@ -88,13 +88,13 @@ /*! * @brief Initializes an already allocated open Windows registry key failed * exception. * - * @param registryKey The registry key on which opening the sub key failed - * @param path The path for the sub key that could not be opened - * @param options The options for the sub key that could not be opened + * @param registryKey The registry key on which opening the subkey failed + * @param path The path for the subkey that could not be opened + * @param options The options for the subkey that could not be opened * @param securityAndAccessRights The security and access rights for the sub * key that could not be opened * @param status The status returned by RegOpenKeyEx() * @return An initialized open Windows registry key failed exception */