Skip to content

Commit 53df163

Browse files
committed
mds: fix spelling typo
Signed-off-by: Patrick Donnelly <[email protected]>
1 parent 8017ef5 commit 53df163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mds/QuiesceAgent.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ void* QuiesceAgent::agent_thread_main() {
173173
// send the ack and clear the old roots outside of the lock
174174
bool new_version = current.db_version != old.db_version;
175175
if (new_version || !ack.roots.empty()) {
176-
dout(20) << "asyncrhonous ack for " << (new_version ? "a new" : "the current") << " version: " << ack << dendl;
176+
dout(20) << "asynchronous ack for " << (new_version ? "a new" : "the current") << " version: " << ack << dendl;
177177
int rc = quiesce_control.agent_ack(std::move(ack));
178178
if (rc != 0) {
179179
dout(3) << "got error: " << rc << " trying to send " << ack << dendl;

0 commit comments

Comments
 (0)