Skip to content

Commit

Permalink
schema,doc: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
seirl committed Apr 17, 2017
1 parent 6d3f198 commit 74581c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions camisole/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'properties': {
'lang': {'type': 'string'},
'source': {'type': 'string'},
'all_fatal': {'type': 'bool'},
'all_fatal': {'type': 'boolean'},
'compile': {
'type': 'object',
'properties': ISOLATE_OPTS_PROPERTIES,
Expand All @@ -36,7 +36,7 @@
'type': 'object',
'properties': {
'name': {'type': 'string'},
'fatal': {'type': 'bool'},
'fatal': {'type': 'boolean'},
**EXECUTE_PROPERTIES,
},
},
Expand Down
4 changes: 2 additions & 2 deletions doc/faq.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Frequently Asked Question
=========================
Frequently Asked Questions
==========================

Can I run this in Docker/LXC/… or even directly on my server?
-------------------------------------------------------------
Expand Down

0 comments on commit 74581c5

Please sign in to comment.