Skip to content

Commit

Permalink
common:fix error word
Browse files Browse the repository at this point in the history
Signed-off-by: yonghengdexin735 <zhang.zezhu@zte.com.cn>
  • Loading branch information
yonghengdexin735 committed Sep 13, 2017
1 parent 25ba984 commit fc5ac9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion qa/tasks/ceph_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -2421,7 +2421,7 @@ def signal_osd(self, osd, sig, silent=False):
## monitors
def signal_mon(self, mon, sig, silent=False):
"""
Wrapper to local get_deamon call
Wrapper to local get_daemon call
"""
self.ctx.daemons.get_daemon('mon', mon,
self.cluster).signal(sig, silent=silent)
Expand Down
2 changes: 1 addition & 1 deletion src/common/common_init.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class CephContext;
class CephInitParameters;

enum common_init_flags_t {
// Set up defaults that make sense for an unprivileged deamon
// Set up defaults that make sense for an unprivileged daemon
CINIT_FLAG_UNPRIVILEGED_DAEMON_DEFAULTS = 0x1,

// By default, don't read a configuration file
Expand Down
2 changes: 1 addition & 1 deletion src/include/rados/librados.h
Original file line number Diff line number Diff line change
Expand Up @@ -3801,7 +3801,7 @@ CEPH_RADOS_API int rados_monitor_log2(rados_t cluster, const char *level,
*
* @param cluster handle
* @param service service name
* @param daemon deamon instance name
* @param daemon daemon instance name
* @param metadata_dict static daemon metadata dict
*/
CEPH_RADOS_API int rados_service_register(
Expand Down

0 comments on commit fc5ac9e

Please sign in to comment.