Skip to content

Commit 1951600

Browse files
committed
FE6670: Addition of analytical fields in sdk
1 parent 794302e commit 1951600

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BaseClient/util.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
extern "C" {
1414
#endif
1515

16-
/* Please do no modify these values */
16+
/* Please do not modify these values */
1717
#if defined(_WIN64)
1818
static const wchar_t CLIENT_ENVIRONMENT_VALUE[] = L"Win64";
1919
#elif defined(_WIN32)
@@ -63,7 +63,7 @@ const char CYBS_SK_ERROR_INFO[] = "_errorInfo";
6363
const char CYBS_C_USE_AKAMAI[] = "sendToAkamai";
6464

6565

66-
/* Please do no modify these values */
66+
/* Please do not modify these values */
6767
static const wchar_t CLIENT_LIBRARY_VERSION_VALUE[] = L"6.0.1";
6868
static const wchar_t CLIENT_LIBRARY_VALUE[] = L"C SOAP";
6969
static const wchar_t CLIENT_APPLICATION_VALUE[] = L"Simple Order API";

0 commit comments

Comments
 (0)