Skip to content

Commit b744d5d

Browse files
committed
Fix tiny typo in a comment.
1 parent 33410fa commit b744d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_slot_disconnect.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ int main(int argc, char* argv[])
3131
if (!util->check_command_args(argc, argv))
3232
return util->get_result_and_delete_instance() ? EXIT_SUCCESS : EXIT_FAILURE;
3333

34-
//Note that sigc::ptr_fun() creates a sig::pointer_functor0.
34+
//Note that sigc::ptr_fun() creates a sigc::pointer_functor0.
3535
sigc::slot<void> theSlot(sigc::ptr_fun(&Foo));
3636
theSlot();
3737
util->check_result(result_stream, "Foo");

0 commit comments

Comments
 (0)