Skip Menu |

This queue is for tickets about the Audio-Moosic CPAN distribution.

Report information
The Basics
Id: 127008
Status: new
Priority: 0/
Queue: Audio-Moosic

People
Owner: Nobody in particular
Requestors: x.guimard [...] free.fr
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.10
Fixed in: (no value)



Subject: Spelling errors
Hello, a little patch for spelling errors Cheers, Xavier
Subject: spelling.patch
Description: spelling errors Author: Xavier Guimard <yadd@debian.org> Forwarded: <no|not-needed|url proving that it has been forwarded> Last-Update: 2018-08-31 --- a/lib/Audio/Moosic.pm +++ b/lib/Audio/Moosic.pm @@ -26,7 +26,7 @@ =head1 DESCRIPTION -Audio::Moosic acts as a client for the musical jukebox programm Moosic +Audio::Moosic acts as a client for the musical jukebox program Moosic (http://nanoo.org/~daniel/moosic/) by Daniel Pearson <daniel@nanoo.org>. Using Audio::Moosic you can connect to a moosic server either via an UNIX socket @@ -176,7 +176,7 @@ $moo->error('Whaaa!'); If an argument is given it adds the error string to the internal error array. If -called in scalar context it returns the last error occured. If you call error() +called in scalar context it returns the last error occurred. If you call error() in list context the whole error array of the Audio::Moosic instance is returned. =cut @@ -204,12 +204,12 @@ If the request to the moosic server could not be sent the Audio::Moosic instance disconnects from the server and puts the error message into the internal error array. Access it via error(). The object won't send any calls anymore if such an -error occured. You should try to reconnect. +error occurred. You should try to reconnect. If the request could be sent, but returned an error the error message is added -to the error array accessable via error(). +to the error array accessible via error(). -If any error occured call() returns undef. If everything went fine the value of +If any error occurred call() returns undef. If everything went fine the value of the response is returned. Normally you don't need to call this method. It is only used by other moosic @@ -297,7 +297,7 @@ Remove all playlist items that don't fall within a given range. If the range is represented by one integer all items whose index is greater than or equal to the -value will be removed. Two intergers represent all items whose index is greater +value will be removed. Two integers represent all items whose index is greater than or equal to the value of first integer and less than the value of the second integer. @@ -314,7 +314,7 @@ $moo->crop_list(1, 4, 3); -Remove all queued items exept those referenced by a list of positions. +Remove all queued items except those referenced by a list of positions. =cut @@ -1169,7 +1169,7 @@ =head1 HELPER METHODS The following methods aren't methods defined by the moosic API but should be -usefull when dealing with a moosic server. +useful when dealing with a moosic server. =head2 play @@ -1269,7 +1269,7 @@ =item * check arguments more strictly -expecially for constructors. +especially for constructors. =back