summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorSijawusz Pur Rahnama <sija@sija.pl>2020-05-25 17:49:22 +0200
committerSijawusz Pur Rahnama <sija@sija.pl>2020-05-25 17:55:09 +0200
commitfd0be84db57825472483432390fc4b87d29b4fbe (patch)
tree24b6a09976a57c208369ab75246cf75356f8c5bb /doc/api
parentacafc3324695b6f51ada104af461fdf8905b03cd (diff)
downloadlibgphoto2-fd0be84db57825472483432390fc4b87d29b4fbe.tar.gz
Fix typos throughout the codebase
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/tmpl/gphoto2-abilities-list.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/tmpl/gphoto2-abilities-list.sgml b/doc/api/tmpl/gphoto2-abilities-list.sgml
index ea7184eda..e09c74947 100644
--- a/doc/api/tmpl/gphoto2-abilities-list.sgml
+++ b/doc/api/tmpl/gphoto2-abilities-list.sgml
@@ -31,7 +31,7 @@ order to set up a #Camera, you need to call #gp_camera_set_abilities. The
/* Scan the system for camera drivers */
#gp_abilities_list_load (list);
- /* Retreive the abilities of a specific model */
+ /* Retrieve the abilities of a specific model */
n = #gp_abilities_list_lookup_model (list, "HP PhotoSmart C30");
#gp_abilities_list_get_abilities (list, n, &amp;abilities);
#gp_abilities_list_free (list);
@@ -111,7 +111,7 @@ order to set up a #Camera, you need to call #gp_camera_set_abilities. The
determine what library to load on #gp_camera_set_abilities.
For retreiving abilities of a specific model, create a
#CameraAbilitiesList and use #gp_abilities_list_load in order to scan
- the system for drivers. Then, retreive the #CameraAbilities from this list.
+ the system for drivers. Then, retrieve the #CameraAbilities from this list.
</para>
@model: