Skip to content

Commit 863389e

Browse files
authored
Merge pull request #9 from elvisangelaccio/patch-1
Fix typos
2 parents c1c3502 + f6bd00f commit 863389e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

draft.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ An [AppImage] which conforms to the type 1 image format:
113113
* **MUST** use [Rock Ridge](http://www.ymi.com/ymi/sites/default/files/pdf/Rockridge.pdf) extensions
114114
* **MAY** use [Joliet](http://support.microsoft.com/kb/125630) extensions
115115
* **SHOULD** use [zisofs](http://libburnia-project.org/wiki/zisofs) compression
116-
* **MUST** be a vaild [ELF](https://en.wikipedia.org/wiki/Executable_and_Linkable_Format) executable
116+
* **MUST** be a valid [ELF](https://en.wikipedia.org/wiki/Executable_and_Linkable_Format) executable
117117
* **MUST**, when executed, mount the [AppImage] and execute the executable file `AppRun` contained in the root of the ISO 9660 filesystem
118118
* **MUST NOT** rely on any specific file name extension, although it is **RECOMMENDED** that the file name extension `.AppImage` is used whenever a file name extension is desired. Futher it is **RECOMMENDED** to follow the naming scheme `ApplicationName-$VERSION-$ARCH.AppImage` in cases in which it is desired to convey this information in the file name
119119
* **SHOULD** not be encapsulated in another archive/container format during download or when stored
@@ -125,7 +125,7 @@ An [AppImage] which conforms to the type 1 image format:
125125

126126
An [AppImage] which conforms to the type 2 image format:
127127

128-
* **MUST** be a vaild [ELF](https://en.wikipedia.org/wiki/Executable_and_Linkable_Format) executable
128+
* **MUST** be a valid [ELF](https://en.wikipedia.org/wiki/Executable_and_Linkable_Format) executable
129129
* **MUST** have appended to it a filesystem that the ELF part can mount
130130
* **MUST**, when executed, mount the [AppImage] and execute the executable file `AppRun` contained in the root of the filesystem image
131131
* **MUST NOT** rely on any specific file name extension, although it is **RECOMMENDED** that the file name extension `.AppImage` is used whenever a file name extension is desired. Futher it is **RECOMMENDED** to follow the naming scheme `ApplicationName-$VERSION-$ARCH.AppImage` in cases in which it is desired to convey this information in the file name

0 commit comments

Comments
 (0)