Skip to content

Commit

Permalink
misc: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechtrefny committed Aug 30, 2024
1 parent d57268b commit 36efaed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/lib/plugin_apis/smart.api
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ gboolean bd_smart_set_enabled (const gchar *device, gboolean enabled, const BDEx
*
* Executes or aborts device self-test.
*
* Returns: %TRUE when the self-test was trigerred successfully or %FALSE in case of an error (with @error set).
* Returns: %TRUE when the self-test was triggered successfully or %FALSE in case of an error (with @error set).
*
* Tech category: %BD_SMART_TECH_ATA-%BD_SMART_TECH_MODE_SELFTEST
*/
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/smart/libatasmart.c
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ gboolean bd_smart_set_enabled (G_GNUC_UNUSED const gchar *device, G_GNUC_UNUSED
*
* Executes or aborts device self-test.
*
* Returns: %TRUE when the self-test was trigerred successfully or %FALSE in case of an error (with @error set).
* Returns: %TRUE when the self-test was triggered successfully or %FALSE in case of an error (with @error set).
*
* Tech category: %BD_SMART_TECH_ATA-%BD_SMART_TECH_MODE_SELFTEST
*/
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/smart/smartmontools.c
Original file line number Diff line number Diff line change
Expand Up @@ -1185,7 +1185,7 @@ gboolean bd_smart_set_enabled (const gchar *device, gboolean enabled, const BDEx
*
* Executes or aborts device self-test.
*
* Returns: %TRUE when the self-test was trigerred successfully or %FALSE in case of an error (with @error set).
* Returns: %TRUE when the self-test was triggered successfully or %FALSE in case of an error (with @error set).
*
* Tech category: %BD_SMART_TECH_ATA-%BD_SMART_TECH_MODE_SELFTEST
*/
Expand Down

0 comments on commit 36efaed

Please sign in to comment.