Messages: Correct code comment.

This commit is contained in:
Michael Drake 2017-08-30 09:47:49 +01:00
parent c2ac1a713f
commit c6717f1ade

View File

@ -371,7 +371,7 @@ const char *messages_get_errorcode(nserror code)
return messages_get_ctx("PNGError", messages_hash);
case NSERROR_SPRITE_ERROR:
/* A SVG error occurred */
/* A RISC OS Sprite error occurred */
return messages_get_ctx("SpriteError", messages_hash);
case NSERROR_SVG_ERROR: