Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.

Commit 728531e

Browse files
authored
Fix typos (#309)
Fix typos
1 parent cb4f190 commit 728531e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
flake-utils.lib.eachSystem systems (
109109
system:
110110
let
111-
# Plain nixkpgs that we use to access utility funtions.
111+
# Plain nixkpgs that we use to access utility functions.
112112
pkgs = nixpkgs.legacyPackages.${system};
113113
inherit (nixpkgs) lib;
114114

pkgs/python-modules/torch/binary/generate_torch_versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This script downloads all the variants that are specified and computes
77
their Nix store hashes. Variants for which the hash was already computed
8-
will not be proccessed again to avoid redownloading/hashing.
8+
will not be processed again to avoid redownloading/hashing.
99
"""
1010

1111
import json

0 commit comments

Comments
 (0)