diff --git a/native/cocos/editor-support/spine-wasm/spine-wasm.cpp b/native/cocos/editor-support/spine-wasm/spine-wasm.cpp index 1f8a4eeeac4..8f238e16c1d 100644 --- a/native/cocos/editor-support/spine-wasm/spine-wasm.cpp +++ b/native/cocos/editor-support/spine-wasm/spine-wasm.cpp @@ -48,7 +48,7 @@ namespace { attachmentVertices->_textureId = textureMap[textureName]; } else { spine::String logInfo(attachment->getName()); - logInfo.append(" attachment's texture is not exist "); + logInfo.append(" attachment's texture doesn`t exist "); logInfo.append(textureName); logToConsole(logInfo.buffer()); }