Accept spellings

This commit is contained in:
Isaiah Odhner 2023-06-04 13:25:55 -04:00
parent bae5eceb51
commit d3c060a2f3
2 changed files with 20 additions and 2 deletions

View File

@ -22,6 +22,7 @@
"*.egg-info/**/*" "*.egg-info/**/*"
], ],
"words": [ "words": [
"appcode",
"appscript", "appscript",
"asyncio", "asyncio",
"bezier", "bezier",
@ -29,38 +30,48 @@
"Bresenham's", "Bresenham's",
"bucketization", "bucketization",
"Caja", "Caja",
"clion",
"cmdpxl", "cmdpxl",
"dasharray", "dasharray",
"Deutsch", "Deutsch",
"DIALOGEX", "DIALOGEX",
"domtree", "domtree",
"emacsclient",
"executablepath",
"Figlet", "Figlet",
"Fira", "Fira",
"fudgedness", "fudgedness",
"getpid", "getpid",
"getpixel", "getpixel",
"goland",
"gvim",
"Haha", "Haha",
"hkey", "hkey",
"hslrgb", "hslrgb",
"hsrgb", "hsrgb",
"humbnail", "humbnail",
"icns", "icns",
"Intelli",
"linewrap", "linewrap",
"𝗟𝙇", "𝗟𝙇",
"llpaper", "llpaper",
"lrgb", "lrgb",
"modd", "modd",
"mspaint", "mspaint",
"mvim",
"myusername",
"Nemo", "Nemo",
"Odhner", "Odhner",
"pagedown", "pagedown",
"pageup", "pageup",
"phpstorm",
"pipreqs", "pipreqs",
"Playscii", "Playscii",
"polyline", "polyline",
"psutil", "psutil",
"pycache", "pycache",
"pyfiglet", "pyfiglet",
"Pylance",
"pyperclip", "pyperclip",
"pypixelart", "pypixelart",
"pyright", "pyright",
@ -69,13 +80,17 @@
"rects", "rects",
"renderable", "renderable",
"rmam", "rmam",
"rmate",
"rubymine",
"setterm", "setterm",
"setuptools", "setuptools",
"Shft", "Shft",
"skool",
"smam", "smam",
"Smushing", "Smushing",
"stransi", "stransi",
"STRINGTABLE", "STRINGTABLE",
"subl",
"textconv", "textconv",
"thumbnailer", "thumbnailer",
"Thunar", "Thunar",
@ -88,6 +103,8 @@
"undos", "undos",
"ustom", "ustom",
"vkey", "vkey",
"webp" "webp",
"webstorm",
"wstorm"
] ]
} }

File diff suppressed because one or more lines are too long