From c8973bf074aa12bdff94b94a88b52996134dbc8d Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 26 May 2026 15:35:18 -0700 Subject: [PATCH] Fix typo in the templates directory name. --- .../NewDocument-Presentation.odp | Bin .../NewDocument-Spreadsheet.ods | Bin files/{tempates => templates}/NewDocument.odt | Bin files/{tempates => templates}/README.md | 0 files/{tempates => templates}/TBD.txt | 0 files/{tempates => templates}/video.md | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename files/{tempates => templates}/NewDocument-Presentation.odp (100%) rename files/{tempates => templates}/NewDocument-Spreadsheet.ods (100%) rename files/{tempates => templates}/NewDocument.odt (100%) rename files/{tempates => templates}/README.md (100%) rename files/{tempates => templates}/TBD.txt (100%) rename files/{tempates => templates}/video.md (100%) diff --git a/files/tempates/NewDocument-Presentation.odp b/files/templates/NewDocument-Presentation.odp similarity index 100% rename from files/tempates/NewDocument-Presentation.odp rename to files/templates/NewDocument-Presentation.odp diff --git a/files/tempates/NewDocument-Spreadsheet.ods b/files/templates/NewDocument-Spreadsheet.ods similarity index 100% rename from files/tempates/NewDocument-Spreadsheet.ods rename to files/templates/NewDocument-Spreadsheet.ods diff --git a/files/tempates/NewDocument.odt b/files/templates/NewDocument.odt similarity index 100% rename from files/tempates/NewDocument.odt rename to files/templates/NewDocument.odt diff --git a/files/tempates/README.md b/files/templates/README.md similarity index 100% rename from files/tempates/README.md rename to files/templates/README.md diff --git a/files/tempates/TBD.txt b/files/templates/TBD.txt similarity index 100% rename from files/tempates/TBD.txt rename to files/templates/TBD.txt diff --git a/files/tempates/video.md b/files/templates/video.md similarity index 100% rename from files/tempates/video.md rename to files/templates/video.md