update examples (#9)

This commit is contained in:
tompzf
2026-04-07 09:11:36 +02:00
committed by GitHub
parent 07cf4f654b
commit 511c1dda51
16 changed files with 112 additions and 116 deletions

View File

@@ -320,7 +320,7 @@ module sdv
exception XFailedToCompose : XSysExcept
{
/** Description */
const char _description[] = "Faled to compose an installation package.";
const char _description[] = "Failed to compose an installation package.";
u8string ssInstallName; ///< Name of the installation to compose.
};