Skip to content

Commit 9509b2b

Browse files
committed
Correct typo 'becuase' into 'because'.
Problem: There is a typo in resource/traverses/dfu.hpp Correct the typo ('becuase' -> 'because'.
1 parent 8671d56 commit 9509b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resource/traversers/dfu.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class dfu_traverser_t : protected detail::dfu_impl_t
107107
* match callback uses.
108108
* EBUSY: cannot match because resources/devices
109109
* are currently in use.
110-
* ENODEV: unsatifiable jobspec becuase no
110+
* ENODEV: unsatifiable jobspec because no
111111
* resources/devices can satisfy the request.
112112
*/
113113
int run (Jobspec::Jobspec &jobspec,

0 commit comments

Comments
 (0)