Skip to content

fix: correct Sucesfully to Successfully typo in AuthLogic.cs#693

Open
Jah-yee wants to merge 1 commit into
signumsoftware:masterfrom
Jah-yee:master
Open

fix: correct Sucesfully to Successfully typo in AuthLogic.cs#693
Jah-yee wants to merge 1 commit into
signumsoftware:masterfrom
Jah-yee:master

Conversation

@Jah-yee

@Jah-yee Jah-yee commented Jul 21, 2026

Copy link
Copy Markdown

Summary

Corrects a typo in a user-facing Console.WriteLine message in Extensions/Signum.Authorization/AuthLogic.cs line 949.

Fix

- Console.WriteLine("Sucesfully exported to {0}".FormatWith(fileName));
+ Console.WriteLine("Successfully exported to {0}".FormatWith(fileName));

Context

When an admin exports authorization rules using this tool, the console output displays "Sucesfully exported" instead of the correct spelling "Successfully exported".

Testing

This is a one-character typo fix in a user-facing string. The change is straightforward and requires no additional testing.


Submitted via automated PR攻关 agent.

Corrects a typo in a user-facing Console.WriteLine message in
Extensions/Signum.Authorization/AuthLogic.cs line 949.

User runs admin tool -> exported -> sees console message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant