llm-graph-builder icon indicating copy to clipboard operation
llm-graph-builder copied to clipboard

Fix misspellings & updating obsolete libgl1-mesa-glx with libgl1-mesa-dri

Open tessaherself opened this issue 1 month ago • 1 comments

The libgl1-mesa-glx package is no longer available in newer Debian versions. Replaced with libgl1-mesa-dri which provides equivalent OpenGL functionality."


Spelling fixes:

  • Fix 'begining' → 'beginning' in Content.tsx
  • Fix 'conection' → 'connection' in ConnectAPI.ts
  • Fix 'sucess' → 'success' in communities.py
  • Fix 'proces' → 'process' in commented code across frontend files
  • Rename 'llm_comparision.json' → 'llm_comparison.json' and update references

tessaherself avatar Nov 08 '25 20:11 tessaherself