Skip to content

Commit

Permalink
Merge pull request ceph#17687 from yonghengdexin735/wip-zzz-error
Browse files Browse the repository at this point in the history
common: fix typo deamon in comments

Reviewed-by: Jos Collin <jcollin@redhat.com>
  • Loading branch information
joscollin committed Sep 13, 2017
2 parents e4b1942 + fc5ac9e commit 52d09e8
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 52d09e8

Please sign in to comment.