[camera] Fix typo "intialize" in doc comments (#4949)

This PR fixes the typo intialize in the doc comments.
This commit is contained in:
Nils Reichardt
2023-12-14 20:26:40 +01:00
committed by GitHub
parent ff71954fa9
commit 05c88b3867
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ void main() {
// Setting up a handler requires bindings to be initialized, and since
// registerWith is called very early in initialization the bindings won't
// have been initialized. While registerWith could intialize them, that
// have been initialized. While registerWith could initialize them, that
// could slow down startup, so instead the handler should be set up lazily.
final ByteData? response = await TestDefaultBinaryMessengerBinding
.instance.defaultBinaryMessenger

View File

@ -30,7 +30,7 @@ void main() {
// Setting up a handler requires bindings to be initialized, and since
// registerWith is called very early in initialization the bindings won't
// have been initialized. While registerWith could intialize them, that
// have been initialized. While registerWith could initialize them, that
// could slow down startup, so instead the handler should be set up lazily.
final ByteData? response =
await _ambiguate(TestDefaultBinaryMessengerBinding.instance)!