Skip to content

Commit

Permalink
Fix spelling in Main.storyboard (#75)
Browse files Browse the repository at this point in the history
* Fix spelling in Main.storyboard

@asabri97 @john-rocky FYI Ultralytics Actions found a typo here, I think "forcus" -> "focus". 
https://github.com/ultralytics/yolo-ios-app/actions/runs/12098109948/job/33734235835


Please check these directly in your repos in the future, thank you!
```
Run codespell \
./YOLO/Main.storyboard:297: forcus ==> focus, forces
./YOLO/ViewController.swift:43: forcus ==> focus, forces
```

Signed-off-by: Glenn Jocher <[email protected]>

* Update ViewController.swift

Signed-off-by: Glenn Jocher <[email protected]>

---------

Signed-off-by: Glenn Jocher <[email protected]>
  • Loading branch information
glenn-jocher authored Jan 9, 2025
1 parent 6234b2e commit 40d1c6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion YOLO/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
<connections>
<outlet property="View0" destination="8bC-Xf-vdC" id="Nwc-r7-Csg"/>
<outlet property="activityIndicator" destination="lOR-xu-27i" id="RHs-yl-MIU"/>
<outlet property="forcus" destination="q1Z-jK-UQS" id="WfE-1w-1z1"/>
<outlet property="focus" destination="q1Z-jK-UQS" id="WfE-1w-1z1"/>
<outlet property="labelFPS" destination="BZf-Ft-ERG" id="beX-1M-6KR"/>
<outlet property="labelName" destination="Hif-Vv-5nn" id="BQr-fg-dFd"/>
<outlet property="labelSlider" destination="Ytf-30-5R8" id="wW5-66-erL"/>
Expand Down
2 changes: 1 addition & 1 deletion YOLO/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class ViewController: UIViewController {
@IBOutlet weak var labelSliderIoU: UILabel!
@IBOutlet weak var labelSliderIoULandScape: UILabel!
@IBOutlet weak var activityIndicator: UIActivityIndicatorView!
@IBOutlet weak var forcus: UIImageView!
@IBOutlet weak var focus: UIImageView!
@IBOutlet weak var toolBar: UIToolbar!

let selection = UISelectionFeedbackGenerator()
Expand Down

0 comments on commit 40d1c6b

Please sign in to comment.