Skip to content

Commit ee04808

Browse files
update to internal commit 75c04546
1 parent 98180ab commit ee04808

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_includes/sidelist-programming/programming-oc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}utility/file-fetcher.html" class="otherLinkColour">DSFileFetcher</a></li>
258258
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}utility/image-drawer.html" class="otherLinkColour">DSImageDrawer</a></li>
259259
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}utility/image-io.html" class="otherLinkColour">DSImageIO</a></li>
260-
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}utility/image-processer.html" class="otherLinkColour">DSImageProcessor</a></li>
260+
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}utility/image-processor.html" class="otherLinkColour">DSImageProcessor</a></li>
261261
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}utility/multi-frame-result-cross-filter.html" class="otherLinkColour">DSMultiFrameResultCrossFilter</a></li>
262262
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}utility/proactive-image-source-adapter.html" class="otherLinkColour">DSProactiveImageSourceAdapter</a></li>
263263
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}utility/utility-module.html" class="otherLinkColour">DSUtilityModule</a></li>

programming/android/faq/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ mRouter.addResultReceiver(new CapturedResultReceiver() {
196196
for (int i=0; i< result.getItems().length; i++){
197197
// The return value is the modified barcode text.
198198
String processedResult = process.processBarcodeByte(result.getItems().getBytes(),ProcessBarcodeResultUtil.ProcessNonPrintingCharsMode.PNPCM_REMOVE,true);
199-
Log.i("ProcessByte", "onDecodedBarcodesReceived: processeResult = "+processedResult);
199+
Log.i("ProcessByte", "onDecodedBarcodesReceived: processedResult = "+processedResult);
200200
}
201201
}
202202
}

0 commit comments

Comments
 (0)