[PR #947] chore: fix typo in filename: djikstra.c to dijkstra.c #1488

Open
opened 2026-01-29 15:21:18 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/TheAlgorithms/C/pull/947

State: closed
Merged: Yes


Description of Change

Fixed typo in filename. Changed djikstra.c to dijkstra.c.

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • PR title follows semantic commit guidelines
  • I acknowledge that all my contributions will be made under the project's license.
**Original Pull Request:** https://github.com/TheAlgorithms/C/pull/947 **State:** closed **Merged:** Yes --- #### Description of Change Fixed typo in filename. Changed `djikstra.c` to `dijkstra.c`. #### Checklist - [x] Added description of change - [x] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#File-Name-guidelines) - [x] PR title follows semantic [commit guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#Commit-Guidelines) - [x] I acknowledge that all my contributions will be made under the project's license.
claunia added the pull-request label 2026-01-29 15:21:19 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1488