Skip to content

Fix typo occured -> occurred #366

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Correct spelling in .resx
  • Loading branch information
SergeiPavlov committed Dec 27, 2023
commit ae9e2641be1dc1dd957c2562aac51429e86030aa
4 changes: 2 additions & 2 deletions Orm/Xtensive.Orm/Strings.resx
Original file line number Diff line number Diff line change
Expand Up @@ -681,8 +681,8 @@
<data name="ExSequenceXIsNotFoundInStorage" xml:space="preserve">
<value>Sequence '{0}' is not found in storage.</value>
</data>
<data name="SqlErrorOccured" xml:space="preserve">
<value>SQL error occured.</value>
<data name="SqlErrorOccurred" xml:space="preserve">
<value>SQL error occurred.</value>
</data>
<data name="StorageErrorDetailsX" xml:space="preserve">
<value>Storage error details '{0}'</value>
Expand Down