Skip to content

Commit

Permalink
Fix misc. source comment typos
Browse files Browse the repository at this point in the history
Found via `codespell -q 3 -S *.po`
  • Loading branch information
luzpaz committed Jul 7, 2023
1 parent 6264c29 commit fbd7735
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
2009-06-21 Marcus Meissner <[email protected]>

* main.c,action.c,shell.c:
Added seperate --set-config-index and --set-config-value functions
Added separate --set-config-index and --set-config-value functions
for menu choice settings.

* main.c: Save files with current umask, not 0600.
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ gphoto2 2.4.10

* --capture-movie (optional arguments: frames, or seconds)
now loops over preview capture as fast as possible
and writes the frames continously.
and writes the frames continuously.

The resulting file is "MotionJPEG" and can be postprocessed
or displayed (by mplayer).
Expand Down
2 changes: 1 addition & 1 deletion contrib/README
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can see a list of contributions with a short summary below.

multi-capture/
Alesan's scripts and stuff which captures from four cameras
simultanously.
simultaneously.

simple-mtpupload/
Marcus script to upload MP3s +metadata to a MTP player.
Expand Down
6 changes: 3 additions & 3 deletions gphoto2/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,7 @@ capture_generic (CameraCaptureType type, const char __unused__ *name, int downlo
else if (!capture_now) {
/*
* In the case of a (huge) time-sync while gphoto is running,
* gphoto could percieve an extremely large amount of time and
* gphoto could perceive an extremely large amount of time and
* stay "behind schedule" quite forever. That's why I reduce the
* difference of time with the following loop.
* [alesan]
Expand Down Expand Up @@ -2302,7 +2302,7 @@ main (int argc, char **argv, char **envp)
poptResetContext (ctx);
while ((cb_params.p.r >= GP_OK) && (poptGetNextOpt (ctx) >= 0));
/* Load default values for --filename and --hook-script if not
* explicitely specified
* explicitly specified
*/
if (!gp_params.filename) {
char buf[256];
Expand Down Expand Up @@ -2525,7 +2525,7 @@ main (int argc, char **argv, char **envp)

/*
* Recursion is too dangerous for deletion. Only turn it on if
* explicitely specified.
* explicitly specified.
*/
cb_params.type = CALLBACK_PARAMS_TYPE_QUERY;
cb_params.p.q.found = 0;
Expand Down
2 changes: 1 addition & 1 deletion gphoto2/spawnve.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spawnve(const char *filename, char *const argv[], char *const envp[])
}
return 0;
} else {
/* some error occured */
/* some error occurred */
fprintf(stderr, "error waiting for child\n");
return -1;
}
Expand Down

0 comments on commit fbd7735

Please sign in to comment.