未验证 提交 2673c181 编写于 作者: O openharmony_ci 提交者: Gitee

!9607 【轻量级 PR】:【Open Harmony 开源贡献者计划2022】fix excution typo

Merge pull request !9607 from 小鱼儿/N/A
......@@ -2262,7 +2262,7 @@ cameraInput.isExposureModeSupported(camera.ExposureMode.EXPOSURE_MODE_LOCKEN,(er
console.log(`Failed to check exposure mode supported ${err.message}`);
return ;
}
console.log('Callback returned with the successful excution of isExposureModeSupported');
console.log('Callback returned with the successful execution of isExposureModeSupported');
})
```
......@@ -2365,7 +2365,7 @@ cameraInput.setExposureMode(camera.ExposureMode.EXPOSURE_MODE_LOCKEN,(err) => {
console.log(`Failed to set the exposure mode ${err.message}`);
return ;
}
console.log('Callback returned with the successful excution of setExposureMode');
console.log('Callback returned with the successful execution of setExposureMode');
})
```
......@@ -2464,7 +2464,7 @@ cameraInput.setMeteringPoint(Point1,(err) => {
console.log(`Failed to set the exposure point ${err.message}`);
return ;
}
console.log('Callback returned with the successful excution of setMeteringPoint');
console.log('Callback returned with the successful execution of setMeteringPoint');
})
```
......@@ -2571,7 +2571,7 @@ cameraInput.setExposureBias(-4,(err) => {
console.log(`Failed to set the exposure bias ${err.message}`);
return ;
}
console.log('Callback returned with the successful excution of setExposureBias');
console.log('Callback returned with the successful execution of setExposureBias');
})
```
......
......@@ -2262,7 +2262,7 @@ cameraInput.isExposureModeSupported(camera.ExposureMode.EXPOSURE_MODE_LOCKEN,(er
console.log(`Failed to check exposure mode supported ${err.message}`);
return ;
}
console.log('Callback returned with the successful excution of isExposureModeSupported');
console.log('Callback returned with the successful execution of isExposureModeSupported');
})
```
......@@ -2365,7 +2365,7 @@ cameraInput.setExposureMode(camera.ExposureMode.EXPOSURE_MODE_LOCKEN,(err) => {
console.log(`Failed to set the exposure mode ${err.message}`);
return ;
}
console.log('Callback returned with the successful excution of setExposureMode');
console.log('Callback returned with the successful execution of setExposureMode');
})
```
......@@ -2464,7 +2464,7 @@ cameraInput.setMeteringPoint(Point1,(err) => {
console.log(`Failed to set the exposure point ${err.message}`);
return ;
}
console.log('Callback returned with the successful excution of setMeteringPoint');
console.log('Callback returned with the successful execution of setMeteringPoint');
})
```
......@@ -2571,7 +2571,7 @@ cameraInput.setExposureBias(-4,(err) => {
console.log(`Failed to set the exposure bias ${err.message}`);
return ;
}
console.log('Callback returned with the successful excution of setExposureBias');
console.log('Callback returned with the successful execution of setExposureBias');
})
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册