Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9b7f48bd authored by Myles Watson's avatar Myles Watson Committed by Automerger Merge Worker
Browse files

PDL: Spell representation correctly in debug am: efdc3869

Change-Id: I48ef40d1143fa97c431422235be5c16e242085e1
parents c380e346 efdc3869
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,5 +73,5 @@ void BodyField::GenValidator(std::ostream&) const {
}

void BodyField::GenStringRepresentation(std::ostream& s, std::string accessor) const {
  s << "\"BODY REPRENTATION_UNIMPLEMENTED " << accessor << " \"";
  s << "\"BODY REPRESENTATION_UNIMPLEMENTED " << accessor << " \"";
}