Skip to content

Commit 550aa76

Browse files
committed
Fix typo in function name.
1 parent 56eaf87 commit 550aa76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/table_collection.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,11 @@ impl TableCollection {
185185
population: tsk_id_t,
186186
individual: tsk_id_t,
187187
) -> TskReturnValue {
188-
self.add_node_witha_metadata(flags, time, population, individual, None)
188+
self.add_node_with_metadata(flags, time, population, individual, None)
189189
}
190190

191191
/// Add a row with metadata to the node table
192-
pub fn add_node_witha_metadata(
192+
pub fn add_node_with_metadata(
193193
&mut self,
194194
flags: ll_bindings::tsk_flags_t,
195195
time: f64,

0 commit comments

Comments
 (0)