summaryrefslogtreecommitdiff
path: root/src/osd/OSDMap.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/OSDMap.cc')
-rw-r--r--src/osd/OSDMap.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/OSDMap.cc b/src/osd/OSDMap.cc
index 03ecad78dcc..63a1fae809b 100644
--- a/src/osd/OSDMap.cc
+++ b/src/osd/OSDMap.cc
@@ -1382,7 +1382,7 @@ void OSDMap::print(ostream& out) const
out << "epoch " << get_epoch() << "\n"
<< "fsid " << get_fsid() << "\n"
<< "created " << get_created() << "\n"
- << "modifed " << get_modified() << "\n";
+ << "modified " << get_modified() << "\n";
out << "flags " << get_flag_string() << "\n";
if (get_cluster_snapshot().length())