Skip to content
This repository has been archived by the owner on Jan 31, 2019. It is now read-only.

Fix typo in doc and wiki #78

Merged
merged 9 commits into from
Mar 22, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix typo
  • Loading branch information
squall77it authored Mar 14, 2017
commit f836ddb593d9c1125f11b23a05269fb063b69f1d
4 changes: 2 additions & 2 deletions wiki/autovala-fileformat.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ After that, it comes several commands, some of them repeated several times, to s

* **unitest**: this command specifies one VALA source file that contains an unitary test. Each one of these files will be compiled with all the source files of this executable/library as a stand-alone executable. The path must be relative to the binary/library path. For details, read the FAQ.

* **use_resource**: this command instructs AutoVala to include in this binary the resources specified by an identifier. Example:
* **use_gresource**: this command instructs AutoVala to include in this binary the resources specified by an identifier. Example:

use_resource: data_gresource_xml
use_gresource: data_gresource_xml

Here, data_gresource_xml is the identifier used in a *gresource* command.

Expand Down