Project

General

Profile

Actions

Fix #15361

closed

Typo in ReplicatedPG.h

Added by Shinobu Kinjo about 8 years ago. Updated about 8 years ago.

Status:
Rejected
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
other
Tags:
Backport:
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Just to track, the following lines in src/osd/Replicated.h have typo.

209: bool canceled; ///< true if canceled
215: canceled(false) { }
229: bool canceled;
236: sent_ack(false), canceled(false),

Word
canceled

Correct
cancelled

Actions #1

Updated by Nathan Cutler about 8 years ago

Actually, both spellings "canceled" and "cancelled" are correct.

See http://thefreedictionary.com/canceled

Actions #2

Updated by Shinobu Kinjo about 8 years ago

Nathan Cutler wrote:

Actually, both spellings "canceled" and "cancelled" are correct.

Understood -;

See http://thefreedictionary.com/canceled

That's why bot are in that header...
Anyhow let's close.

Actions #3

Updated by Nathan Cutler about 8 years ago

  • Status changed from New to Rejected
Actions

Also available in: Atom PDF