From fd0be84db57825472483432390fc4b87d29b4fbe Mon Sep 17 00:00:00 2001 From: Sijawusz Pur Rahnama Date: Mon, 25 May 2020 17:49:22 +0200 Subject: Fix typos throughout the codebase --- doc/api/tmpl/gphoto2-abilities-list.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/api') 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, &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. @model: -- cgit v1.2.1