]> git.etc.gen.nz Git - picture-display.git/commitdiff
Fix a typo in a comment.
authorAndrew Ruthven <puck@catalyst.net.nz>
Wed, 24 Sep 2008 04:48:15 +0000 (16:48 +1200)
committerAndrew Ruthven <puck@dirk.wgtn.cat-it.co.nz>
Wed, 24 Sep 2008 04:48:15 +0000 (16:48 +1200)
lib/Display/Plugins/Asterisk.pm

index 42733aa93c2860bc7269aa82583b91a475862e8e..9ca3e111587af83ceb941073291042301d6def28 100644 (file)
@@ -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 {