repair code warning

Signed-off-by: luwei <luwei51@huawei.com>
Change-Id: I5a3f1d469092cff4f459b09d4cb54553d2dd3fb1
This commit is contained in:
luwei
2022-03-07 16:05:33 +08:00
parent f722820fb3
commit d164c4a1fc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -419,7 +419,7 @@ void AbstractDisplayController::AddDisplayForExpandScreen(sptr<AbstractScreen> a
return;
}
}
WLOGI("screenId: %{public}" PRIu64" has no corresponding display, create new dispaly.",
WLOGI("screenId: %{public}" PRIu64" has no corresponding display, create new display.",
absScreen->dmsId_);
AddScreenToExpandLocked(absScreen);
}
+1 -1
View File
@@ -263,7 +263,7 @@ std::shared_ptr<Media::PixelMap> DisplayManagerProxy::GetDisplaySnapshot(Display
}
if (!data.WriteUint64(displayId)) {
WLOGFE("Write dispalyId failed");
WLOGFE("Write displayId failed");
return nullptr;
}