[PR #1112] [MERGED] ScreenToGif: Fix typos #1312

Closed
opened 2026-02-26 09:34:23 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: spelling-fixes


📝 Commits (10+)

  • 2bb2a7f chore(typo): Fix typos in ScreenToGif/
  • 7ccd216 chore(typo): Aditional -> Additional
  • 5424677 chore(typo): SucessLoading -> SuccessLoading
  • 33db89e chore(typo): ajust -> adjust
  • d009b8a chore(typo): bellow -> below
  • 89f1f3d chore(typo): Project.Heigth -> Project.Height
  • 14090c0 chore(typo): aparently -> apparently
  • 4d0ee68 chore(typo): Baloon -> Balloon
  • ed57b4b chore(typo): rasing -> raising
  • 45b6a96 chore(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.

## 📋 Pull Request Information **Original PR:** https://github.com/NickeManarin/ScreenToGif/pull/1112 **Author:** [@tony](https://github.com/tony) **Created:** 5/5/2022 **Status:** ✅ Merged **Merged:** 5/15/2022 **Merged by:** [@NickeManarin](https://github.com/NickeManarin) **Base:** `master` ← **Head:** `spelling-fixes` --- ### 📝 Commits (10+) - [`2bb2a7f`](https://github.com/NickeManarin/ScreenToGif/commit/2bb2a7f790fa179638b04cbb61e63394c9da33dd) chore(typo): Fix typos in ScreenToGif/ - [`7ccd216`](https://github.com/NickeManarin/ScreenToGif/commit/7ccd21613b175e3f6fba0cf7c09067414dc1543b) chore(typo): Aditional -> Additional - [`5424677`](https://github.com/NickeManarin/ScreenToGif/commit/5424677b2101d8392aa2ae0f7b86a20a07fac36d) chore(typo): SucessLoading -> SuccessLoading - [`33db89e`](https://github.com/NickeManarin/ScreenToGif/commit/33db89eb002ccebf6369a324028692a35dc958e9) chore(typo): ajust -> adjust - [`d009b8a`](https://github.com/NickeManarin/ScreenToGif/commit/d009b8a7845f3989443833e7b73f556c3bce70db) chore(typo): bellow -> below - [`89f1f3d`](https://github.com/NickeManarin/ScreenToGif/commit/89f1f3d67124a5a5ffd63e99fc013cc464ad322a) chore(typo): Project.Heigth -> Project.Height - [`14090c0`](https://github.com/NickeManarin/ScreenToGif/commit/14090c0399a3f4474ca332923ebce380b9a6eb23) chore(typo): aparently -> apparently - [`4d0ee68`](https://github.com/NickeManarin/ScreenToGif/commit/4d0ee68d9323c25a2972c027867fe34e125255f1) chore(typo): Baloon -> Balloon - [`ed57b4b`](https://github.com/NickeManarin/ScreenToGif/commit/ed57b4bcb476cc3dc06266ee05e339ca1d9314d3) chore(typo): rasing -> raising - [`45b6a96`](https://github.com/NickeManarin/ScreenToGif/commit/45b6a968b8a0c60bc5f43217de7b4972a156a9b6) chore(typos): More fixes ### 📊 Changes **93 files changed** (+552 additions, -552 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description This just nits while reading through the codebase and studying the beauty of C# and the beauty that is your codebase :) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 09:34:23 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ScreenToGif#1312
No description provided.