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

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/947
Author: @raklaptudirm
Created: 6/7/2022
Status: Merged
Merged: 6/7/2022
Merged by: @Panquesito7

Base: masterHead: master


📝 Commits (1)

  • 8021b74 chore: fix typo in filename

📊 Changes

1 file changed (+0 additions, -0 deletions)

View changed files

📝 greedy_approach/dijkstra.c (+0 -0)

📄 Description

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.

🔄 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/TheAlgorithms/C/pull/947 **Author:** [@raklaptudirm](https://github.com/raklaptudirm) **Created:** 6/7/2022 **Status:** ✅ Merged **Merged:** 6/7/2022 **Merged by:** [@Panquesito7](https://github.com/Panquesito7) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`8021b74`](https://github.com/TheAlgorithms/C/commit/8021b74047fd165fe7cdfe042e40ae546cfce94c) chore: fix typo in filename ### 📊 Changes **1 file changed** (+0 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `greedy_approach/dijkstra.c` (+0 -0) </details> ### 📄 Description #### 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:21:16 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1483