Skip to content

Commit 097e9a4

Browse files
authored
Another typo, doh
1 parent 0b5561e commit 097e9a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Scot/Inbox/Msgraph.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ sub get_mail {
103103

104104
$log->trace("Creating Cursor with ids = ", join(',',@mids));
105105

106-
my $cursor = Scot::Email::Msgraph::Cursor->new(
106+
my $cursor = Scot::Inbox::Msgraph::Cursor->new(
107107
ids => \@mids,
108108
msgraph => $self,
109109
);

0 commit comments

Comments
 (0)