From: Andrew Ruthven Date: Wed, 24 Sep 2008 04:48:15 +0000 (+1200) Subject: Fix a typo in a comment. X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=482f3b6471a64b4b71c9c355f179a5b621e7acea;p=picture-display.git Fix a typo in a comment. --- diff --git a/lib/Display/Plugins/Asterisk.pm b/lib/Display/Plugins/Asterisk.pm index 42733aa..9ca3e11 100644 --- a/lib/Display/Plugins/Asterisk.pm +++ b/lib/Display/Plugins/Asterisk.pm @@ -49,7 +49,7 @@ sub new { inline_states => { # When we're connected to Asterisk, post back to the main session for the rest of - # out states to be setup in asterisk_start. This is to make sure the states are + # our states to be setup in asterisk_start. This is to make sure the states are # created in the correct session with a reference to $self. _connected => sub { $self->{'kernel'}->post('display' => 'asterisk_delayed_start') }, asterisk_start => sub {