Skip to content

Commit

Permalink
Update FI8608W_Y2k.pm
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
knight-of-ni committed Dec 21, 2013
1 parent 2cadb3c commit b5e4e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ZoneMinder/lib/ZoneMinder/Control/FI8608W_Y2k.pm
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ sub open
$self->loadMonitor();
use LWP::UserAgent;
$self->{ua} = LWP::UserAgent->new;
$self->{ua}->agent( "ZoneMinder Control Agent/".ZOneMinder::Base::ZM_VERSION );
$self->{ua}->agent( "ZoneMinder Control Agent/".ZoneMinder::Base::ZM_VERSION );
$self->{state} = 'open';
}

Expand Down

0 comments on commit b5e4e1e

Please sign in to comment.