Skip to content

Commit

Permalink
some minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
umlaeute committed Nov 23, 2023
1 parent f9d79a8 commit 850a2e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kmod-compatibility-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# the following does:
# - fetch all available tags for the "buildpack-deps" Docker image
# - fetch all available Ubuntu and Debian releases (that are still hosted on the distros' archive servers)
# - get the intersection of the tags and the releaess
# - get the intersection of the tags and the releases
# - drop some releases (e.g. 'oldstable')
# - format as a JSON array
run: |
Expand Down
2 changes: 1 addition & 1 deletion tests/consumer.c
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ static void init_device(void)
printf("got format: %s\n",
snprintf_format(strbuf, sizeof(strbuf), &fmt));

/* try to se tthe current format (no-change should always succeed) */
/* try to set the current format (no-change should always succeed) */
if (xioctl(fd, VIDIOC_S_FMT, &fmt) < 0) {
const char *s = "VIDIOC_S_FMT";
fprintf(stderr, "%s error %d, %s\n", s, errno, strerror(errno));
Expand Down

0 comments on commit 850a2e3

Please sign in to comment.