From de283bb77b7442fc58747ee4a68e0ce0fd871904 Mon Sep 17 00:00:00 2001 From: Alexander Peshkov Date: Thu, 9 Jun 2016 12:48:52 +0300 Subject: [PATCH] Misc comments - thanks to Dmitry Sibiryakov --- examples/interfaces/09.service.cpp | 4 ++-- examples/interfaces/10.backup.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/interfaces/09.service.cpp b/examples/interfaces/09.service.cpp index b0e6fa99ef..847ea0f8e9 100644 --- a/examples/interfaces/09.service.cpp +++ b/examples/interfaces/09.service.cpp @@ -1,11 +1,11 @@ /* * PROGRAM: Object oriented API samples. * MODULE: 09.service.cpp - * DESCRIPTION: A sample of using service maanger. + * DESCRIPTION: A sample of using service manager. * Prints server version and employee's encryption statistics. * * Example for the following interfaces: - * IService - interface to work with service maanger. + * IService - interface to work with service manager. * * The contents of this file are subject to the Initial * Developer's Public License Version 1.0 (the "License"); diff --git a/examples/interfaces/10.backup.cpp b/examples/interfaces/10.backup.cpp index fae025e982..f9604132fd 100644 --- a/examples/interfaces/10.backup.cpp +++ b/examples/interfaces/10.backup.cpp @@ -1,10 +1,10 @@ /* * PROGRAM: Object oriented API samples. * MODULE: 10.backup.cpp - * DESCRIPTION: A sample of making backup of database using service maanger. + * DESCRIPTION: A sample of making backup of database using service manager. * * Example for the following interfaces: - * IService - interface to work with service maanger. + * IService - interface to work with service manager. * * The contents of this file are subject to the Initial * Developer's Public License Version 1.0 (the "License");