diff --git a/LibMpc/Enum.cs b/LibMpc/Enum.cs index e477279..8504e7a 100644 --- a/LibMpc/Enum.cs +++ b/LibMpc/Enum.cs @@ -1,4 +1,4 @@ -namespace Libmpc +namespace LibMpc { /// /// The scope specifier for search commands. diff --git a/LibMpc/Exception.cs b/LibMpc/Exception.cs index 681da34..e911796 100644 --- a/LibMpc/Exception.cs +++ b/LibMpc/Exception.cs @@ -1,6 +1,6 @@ using System; -namespace Libmpc +namespace LibMpc { /// /// Is thrown when a command is to be executed on a disconnected diff --git a/LibMpc/Mpc.cs b/LibMpc/Mpc.cs index 5791c6c..79c3db4 100644 --- a/LibMpc/Mpc.cs +++ b/LibMpc/Mpc.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using System.Net; using System.Text.RegularExpressions; -namespace Libmpc +namespace LibMpc { public interface IMpc { diff --git a/LibMpc/MpcConnection.cs b/LibMpc/MpcConnection.cs index 65c2007..2e4c7a8 100644 --- a/LibMpc/MpcConnection.cs +++ b/LibMpc/MpcConnection.cs @@ -7,11 +7,11 @@ using System.Net.Sockets; using System.Text; using System.Text.RegularExpressions; -namespace Libmpc +namespace LibMpc { /// /// Keeps the connection to the MPD server and handels the most basic structure of the - /// MPD protocol. The high level commands are handeled in the + /// MPD protocol. The high level commands are handeled in the /// class. /// public class MpcConnection diff --git a/LibMpc/MpdDirectoryListing.cs b/LibMpc/MpdDirectoryListing.cs index 6c6fb2d..04e6a82 100644 --- a/LibMpc/MpdDirectoryListing.cs +++ b/LibMpc/MpdDirectoryListing.cs @@ -2,7 +2,7 @@ using System.Collections.ObjectModel; using System.Collections.Generic; -namespace Libmpc +namespace LibMpc { /// /// The MpdDirectoryListing class contains the response of a MPD server to a list command. diff --git a/LibMpc/MpdFile.cs b/LibMpc/MpdFile.cs index af3a49c..28e93cf 100644 --- a/LibMpc/MpdFile.cs +++ b/LibMpc/MpdFile.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using System.Text; -namespace Libmpc +namespace LibMpc { /// /// The MpdFile class contains all meta data for a file of the MPD. diff --git a/LibMpc/MpdOutput.cs b/LibMpc/MpdOutput.cs index d88b4fa..5420451 100644 --- a/LibMpc/MpdOutput.cs +++ b/LibMpc/MpdOutput.cs @@ -1,6 +1,6 @@ using System; -namespace Libmpc +namespace LibMpc { /// /// The MpdOutput class contains all attributes of an output device of the MPD. diff --git a/LibMpc/MpdResponse.cs b/LibMpc/MpdResponse.cs index 3ccbe99..0b1ad21 100644 --- a/LibMpc/MpdResponse.cs +++ b/LibMpc/MpdResponse.cs @@ -4,7 +4,7 @@ using System.Collections.ObjectModel; using System.Text; using System.Text.RegularExpressions; -namespace Libmpc +namespace LibMpc { /// /// The MpdResponse class parses the response to an MPD command in it's most diff --git a/LibMpc/MpdStatistics.cs b/LibMpc/MpdStatistics.cs index 6984c4d..d72d137 100644 --- a/LibMpc/MpdStatistics.cs +++ b/LibMpc/MpdStatistics.cs @@ -1,6 +1,6 @@ using System.Text; -namespace Libmpc +namespace LibMpc { /// /// The MpdStatistics class contains statistics of the MPD file database. diff --git a/LibMpc/MpdStatus.cs b/LibMpc/MpdStatus.cs index 3c9200b..9dc2702 100644 --- a/LibMpc/MpdStatus.cs +++ b/LibMpc/MpdStatus.cs @@ -1,6 +1,6 @@ using System.Text; -namespace Libmpc +namespace LibMpc { /// /// The possible states of the MPD.