Fix a typo

Signed-off-by: zwjhit <2725096176@qq.com>
This commit is contained in:
zwjhit
2022-06-23 17:48:06 +08:00
parent 76892cd6a9
commit 0821030a19
2 changed files with 2 additions and 2 deletions
@@ -108,7 +108,7 @@ CamRetCode DStreamOperator::ReleaseStreams(const std::vector<int>& streamIds)
DHLOGE("Release distributed camera buffer queue for stream %d failed.", id);
return MapToExternalRetCode(ret);
} else {
DHLOGI("Release distributed camera buffer queue for stream %d successs.", id);
DHLOGI("Release distributed camera buffer queue for stream %d success.", id);
}
stream = nullptr;
halStreamMap_.erase(id);
@@ -101,4 +101,4 @@ public:
};
} // namespace DistributedHardware
} // namespace OHOS
#endif // HDI_IPC_DATA_UTILS_H
#endif // HDI_IPC_DATA_UTILS_H