Skip to content

Commit

Permalink
network: Fix typo in error message related to iiod client open
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Nechita <[email protected]>
  • Loading branch information
dNechita committed Feb 14, 2020
1 parent abdd072 commit 497d3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network.c
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ static int network_open(const struct iio_device *dev,
ret = iiod_client_open_unlocked(pdata->iiod_client,
&ppdata->io_ctx, dev, samples_count, cyclic);
if (ret < 0) {
ERROR("Opend unlocked: %d\n", ret);
ERROR("Open unlocked: %d\n", ret);
goto err_close_socket;
}

Expand Down

0 comments on commit 497d3da

Please sign in to comment.