mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[PR #1112] [MERGED] ScreenToGif: Fix typos #1312
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#1312
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/NickeManarin/ScreenToGif/pull/1112
Author: @tony
Created: 5/5/2022
Status: ✅ Merged
Merged: 5/15/2022
Merged by: @NickeManarin
Base:
master← Head:spelling-fixes📝 Commits (10+)
2bb2a7fchore(typo): Fix typos in ScreenToGif/7ccd216chore(typo): Aditional -> Additional5424677chore(typo): SucessLoading -> SuccessLoading33db89echore(typo): ajust -> adjustd009b8achore(typo): bellow -> below89f1f3dchore(typo): Project.Heigth -> Project.Height14090c0chore(typo): aparently -> apparently4d0ee68chore(typo): Baloon -> Ballooned57b4bchore(typo): rasing -> raising45b6a96chore(typos): More fixes📊 Changes
93 files changed (+552 additions, -552 deletions)
View changed files
📝
Other/Translator/Dialog.xaml.cs(+1 -1)📝
Other/Translator/ExceptionViewer.xaml.cs(+1 -1)📝
Other/Translator/Themes/Generic.xaml(+1 -1)📝
Other/Translator/TranslatorWindow.xaml.cs(+2 -2)📝
Other/Translator/Util/DataGridHelper.cs(+2 -2)📝
Other/Translator/Util/LogWriter.cs(+5 -5)📝
ScreenToGif.Model/Enums/DrawingModeType.cs(+1 -1)📝
ScreenToGif.Model/Enums/EncodingStatus.cs(+2 -2)📝
ScreenToGif.Model/Enums/Native/WindowStylesEx.cs(+1 -1)📝
ScreenToGif.Model/Enums/ScalingMethod.cs(+1 -1)📝
ScreenToGif.Model/Models/Project/Project.cs(+2 -2)📝
ScreenToGif.Model/Models/Project/Sequences/SubSequences/Frame.cs(+1 -1)📝
ScreenToGif.Native/External/Gdi32.cs(+1 -1)📝
ScreenToGif.Native/Helpers/InputHook.cs(+70 -70)📝
ScreenToGif.Native/Helpers/Other.cs(+2 -2)📝
ScreenToGif.Util/Codification/Apng/Apng.cs(+6 -6)📝
ScreenToGif.Util/Codification/Apng/Chunks/ApngFrame.cs(+2 -2)📝
ScreenToGif.Util/Codification/Gif/Encoder/GifFile.cs(+2 -2)📝
ScreenToGif.Util/Codification/Gif/Encoder/LZWEncoder.cs(+1 -1)📝
ScreenToGif.Util/Codification/Gif/Encoder/Quantization/MostUsedQuantizer.cs(+1 -1)...and 73 more files
📄 Description
This just nits while reading through the codebase and studying the beauty of C# and the beauty that is your codebase :)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.