Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Mar 14, 2024
1 parent 2246982 commit 80e5e6b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions App/MainWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -364,13 +364,13 @@
<string>Video</string>
</property>
<property name="toolTip">
<string>Recongnizer from video</string>
<string>Recognizer from video</string>
</property>
<property name="statusTip">
<string>Recongnizer from video</string>
<string>Recognizer from video</string>
</property>
<property name="whatsThis">
<string>Recongnizer from video</string>
<string>Recognizer from video</string>
</property>
</action>
<action name="actionOptions_O">
Expand Down
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- Use RabbitCommon v2.0.1
- Replace RabbitCommon::CDir::GetOpenDirectory with QFileDialog::getExistingDirectory etc
- Use json format update
- Copy ChangLog etc files to ${CMAKE_INSTALL_DOCDIR}
- Copy ChangeLog etc files to ${CMAKE_INSTALL_DOCDIR}

- v0.0.4
- Add opencv face
Expand Down
2 changes: 1 addition & 1 deletion Src/FactoryFace.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

/*!
* \~english
* \defgroup API Application interace
* \defgroup API Application interface
* \defgroup API_INTERNAL Internal interface
*
* \~chinse
Expand Down

0 comments on commit 80e5e6b

Please sign in to comment.