summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2014-05-10 22:39:47 +0200
committerPali Rohár <pali.rohar@gmail.com>2014-05-10 22:39:47 +0200
commitf898ac441112fd93001e6ad46890ed13fb6b3da2 (patch)
tree6e7aa83f07525ed3015ae87a5a8b01eedbbe78df /src/main.c
parentc6ee6a8e682078e1ab0aac9d57f2ab869dada0e1 (diff)
download0xFFFF-f898ac441112fd93001e6ad46890ed13fb6b3da2.tar.bz2
all: Fix typo0.6
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index f367a0d..fdd2b4b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -153,7 +153,7 @@ static void parse_image_arg(char * arg, struct image_list ** image_first) {
char * layout;
char * layout_file;
- /* Fisrt check if arg is file, then try to parse arg format */
+ /* First check if arg is file, then try to parse arg format */
if ( stat(arg, &st) == 0 ) {
image = image_alloc_from_file(arg, NULL, NULL, NULL, NULL, NULL);
if ( ! image ) {
@@ -746,7 +746,7 @@ int main(int argc, char **argv) {
if ( fiasco_in )
fiasco_in->first = image_first;
- /* identificate images */
+ /* identify images */
if ( image_ident ) {
if ( fiasco_in ) {
fiasco_print_info(fiasco_in);
@@ -833,7 +833,7 @@ int main(int argc, char **argv) {
}
if ( dev_load && dev_flash ) {
- ERROR("Options load and flash cannot de used together");
+ ERROR("Options load and flash cannot be used together");
ret = 1;
goto clean;
}