Skip to content

Commit e654278

Browse files
swsnrbilelmoussaoui
authored andcommitted
Fix typo to get Github actions to pass
1 parent 17db771 commit e654278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glib/src/source.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ impl FromGlib<u32> for SourceId {
5353
}
5454

5555
// rustdoc-stripper-ignore-next
56-
/// Process identificator
56+
/// Process identifier
5757
#[derive(Copy, Clone, Debug, Eq, PartialEq)]
5858
#[doc(alias = "GPid")]
5959
pub struct Pid(pub ffi::GPid);

0 commit comments

Comments
 (0)