diff --git a/Docs/src/attributes.but b/Docs/src/attributes.but index f94d3e9a..9cd91140 100644 --- a/Docs/src/attributes.but +++ b/Docs/src/attributes.but @@ -12,7 +12,7 @@ The commands below all adjust attributes of the installer. These attributes cont Adds a branding image on the top, bottom, left, or right of the installer. Its size will be set according to the width/height specified, the installer width/height and the installer font. The final size will not always be what you requested; have a look at the output of the command for the actual size. Because this depends on the installer font, you should use SetFont before AddBrandingImage. The default padding value is 2. -AddBrandingImage only adds a placeholder for an image. To set the image itself on runtime, use \R{setbrandingimage}{SetBrandimgImage}. +AddBrandingImage only adds a placeholder for an image. To set the image itself on runtime, use \R{setbrandingimage}{SetBrandingImage}. \c AddBrandingImage left 100 \c AddBrandingImage right 50 diff --git a/Docs/src/tutorial.but b/Docs/src/tutorial.but index 4f0bf187..85cc42aa 100644 --- a/Docs/src/tutorial.but +++ b/Docs/src/tutorial.but @@ -221,7 +221,7 @@ Compiler commands will be executed on compile time on your computer. They can be For more information about defines see \R{compdefines}{Conditional Compilation}. -Another common use is macros. Macros are used to insert code on compile time, depending on defines and using the values of the defines. The macro's commands are inserts at compile time. This allows you to write a general code only once and use it a lot of times but with a few changes. For example: +Another common use is macros. Macros are used to insert code on compile time, depending on defines and using the values of the defines. The macro's commands are inserted at compile time. This allows you to write a general code only once and use it a lot of times but with a few changes. For example: \c !macro MyFunc UN \c Function ${UN}MyFunc