Skip to content

Commit

Permalink
Spelling mistake swapable -> swappable
Browse files Browse the repository at this point in the history
  • Loading branch information
nikuda committed Dec 2, 2017
1 parent b2fd753 commit 01f4801
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exception of ScummVM, just because it's so many games at once.
Simplest way to contribute is to fill in the [template][template] presented when you create
a new issue. Even better if you edit the files in the [`games`][games] directory directly. Your
changes will be submitted as a pull request. All games are validated against the rules
in the [`/schema/games.yaml`][schema_games] validation file.
in the [`schema/games.yaml`][schema_games] validation file.

If you're adding a new clone/remake:

Expand All @@ -34,7 +34,7 @@ multiplayer: enum # Any of: Online, LAN, Split-screen, Co-op, Hotseat,
lang: array # List of programming languages used
framework: array # List of engines/tools used
license: enum # One of licenses listed in games schema
content: string # One of: commercial, free, open, swapable*
content: string # One of: commercial, free, open, swappable*
info: string # Miscellaneous notes about the game
updated: string # Date when game was added or updated
images: array # Link(s) to screenshot(s)
Expand Down
2 changes: 1 addition & 1 deletion games/f.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
status: playable
lang: [JavaScript]
license: Creative Commons
content: swapable
content: swappable
updated: 2017-08-29
images: ['https://camo.githubusercontent.com/1af56a932d6c8883afed0b139e3ad6938709f94e/687474703a2f2f6c68332e676f6f676c6575736572636f6e74656e742e636f6d2f7879576a4f4658546c657a4d7a446c644d7152495073684e376939657a335641586264615732742d7431383d7731363030']
clones: [Little Fighter 2]
Expand Down
2 changes: 1 addition & 1 deletion games/o.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@
lang: C++
repo: http://vcs.openttd.org/svn/timeline
license: [GPL2]
content: swapable
content: swappable
images: ['https://media.openttd.org/images/screens/1.4/02-opengfx-1920x1200.png',
'https://media.openttd.org/images/screens/1.3/realgrowth.png']
remakes: [Transport Tycoon]
Expand Down
2 changes: 1 addition & 1 deletion schema/games.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ schema;game:
enum: ['Online', 'LAN', 'Split-screen', 'Co-op', 'Hotseat', 'Matchmaking']
content:
type: str
enum: ['commercial', 'free', 'open', 'swapable']
enum: ['commercial', 'free', 'open', 'swappable']
lang:
type: any
framework:
Expand Down

0 comments on commit 01f4801

Please sign in to comment.