@@ -73,11 +73,11 @@ /** * @brief Returns the address for the specified symbol, or `nil` if not found. * * @param symbol The symbol to return the address for - * @return The address for the speccified symbol, or `nil` if not found + * @return The address for the specified symbol, or `nil` if not found */ - (nullable void *)addressForSymbol: (OFString *)symbol; @end OF_ASSUME_NONNULL_END