diff --git a/include/bytearray.h b/include/bytearray.h
index 5e3f508..0a5ed39 100644
--- a/include/bytearray.h
+++ b/include/bytearray.h
@@ -14,7 +14,7 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with libgourou. If not, see .
+ along with libgourou. If not, see .
*/
#ifndef _BYTEARRAY_H_
diff --git a/include/device.h b/include/device.h
index a562ab9..2e01b58 100644
--- a/include/device.h
+++ b/include/device.h
@@ -14,7 +14,7 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with libgourou. If not, see .
+ along with libgourou. If not, see .
*/
#ifndef _DEVICE_H_
@@ -48,7 +48,7 @@ namespace gourou
const unsigned char* getDeviceKey();
/**
- * @brief Get one value of device.xml (deviceClass, deviceSerial, deviceName, deviceType, jobbes, clientOS, clientLocale)
+ * @brief Get one value of device.xml (deviceClass, deviceSerial, deviceName, deviceType, hobbes, clientOS, clientLocale)
*/
std::string getProperty(const std::string& property, const std::string& _default=std::string(""));
std::string operator[](const std::string& property);
diff --git a/include/drmprocessorclient.h b/include/drmprocessorclient.h
index 5cbd1ee..a5c8ab5 100644
--- a/include/drmprocessorclient.h
+++ b/include/drmprocessorclient.h
@@ -14,7 +14,7 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with libgourou. If not, see .
+ along with libgourou. If not, see .
*/
#ifndef _DRMPROCESSORCLIENT_H_
diff --git a/include/fulfillment_item.h b/include/fulfillment_item.h
index 7f7b847..4e12d67 100644
--- a/include/fulfillment_item.h
+++ b/include/fulfillment_item.h
@@ -14,7 +14,7 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with libgourou. If not, see .
+ along with libgourou. If not, see .
*/
#ifndef _FULFILLMENT_ITEM_H_
diff --git a/include/libgourou.h b/include/libgourou.h
index 5df9cfc..0d62700 100644
--- a/include/libgourou.h
+++ b/include/libgourou.h
@@ -14,7 +14,7 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with libgourou. If not, see .
+ along with libgourou. If not, see .
*/
#ifndef _LIBGOUROU_H_
diff --git a/include/libgourou_common.h b/include/libgourou_common.h
index d23ce9e..cd597b9 100644
--- a/include/libgourou_common.h
+++ b/include/libgourou_common.h
@@ -14,7 +14,7 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with libgourou. If not, see .
+ along with libgourou. If not, see .
*/
#ifndef _LIBGOUROU_COMMON_H_
@@ -109,7 +109,6 @@ namespace gourou
CLIENT_ZIP_ERROR,
CLIENT_GENERIC_EXCEPTION,
CLIENT_NETWORK_ERROR,
-
};
/**
diff --git a/include/libgourou_log.h b/include/libgourou_log.h
index 19f3725..3aa342a 100644
--- a/include/libgourou_log.h
+++ b/include/libgourou_log.h
@@ -14,7 +14,7 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with libgourou. If not, see .
+ along with libgourou. If not, see .
*/
#ifndef _LIBGOUROU_LOG_H_
diff --git a/src/bytearray.cpp b/src/bytearray.cpp
index 7de443d..11cb21c 100644
--- a/src/bytearray.cpp
+++ b/src/bytearray.cpp
@@ -14,7 +14,7 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with libgourou. If not, see .
+ along with libgourou. If not, see .
*/
#include
diff --git a/src/device.cpp b/src/device.cpp
index 1f4a8ea..481a99b 100644
--- a/src/device.cpp
+++ b/src/device.cpp
@@ -14,7 +14,7 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with libgourou. If not, see .
+ along with libgourou. If not, see .
*/
#include
diff --git a/src/fulfillment_item.cpp b/src/fulfillment_item.cpp
index 843df01..e69e446 100644
--- a/src/fulfillment_item.cpp
+++ b/src/fulfillment_item.cpp
@@ -14,7 +14,7 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with libgourou. If not, see .
+ along with libgourou. If not, see .
*/
#include
diff --git a/src/libgourou.cpp b/src/libgourou.cpp
index 3aa21fc..65d961d 100644
--- a/src/libgourou.cpp
+++ b/src/libgourou.cpp
@@ -14,7 +14,7 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with libgourou. If not, see .
+ along with libgourou. If not, see .
*/
#include
diff --git a/src/user.cpp b/src/user.cpp
index c464386..b90e3e8 100644
--- a/src/user.cpp
+++ b/src/user.cpp
@@ -14,7 +14,7 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with libgourou. If not, see .
+ along with libgourou. If not, see .
*/
#include