Skip to content

Commit

Permalink
fix copy/edit typo on goniometer error message
Browse files Browse the repository at this point in the history
  • Loading branch information
x42 committed Nov 12, 2015
1 parent 2c1edb8 commit 4ba8e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/goniometerlv2.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ goniometer_instantiate(
}

if (!self->map) {
fprintf(stderr, "EBUrLV2 error: Host does not support urid:map\n");
fprintf(stderr, "Goniometer error: Host does not support urid:map\n");
free(self);
return NULL;
}
Expand Down

0 comments on commit 4ba8e76

Please sign in to comment.