diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2023-04-07 13:08:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-07 13:08:32 +0200 |
commit | 6960de73affeb7a6d061837b1088937a0295dd93 (patch) | |
tree | 44f370cc1fe59b8645a9670dc3ac27561c096cf6 /src/libexpr/flake | |
parent | faefaac87568fe3ff04f4c2624f293763de2ae1e (diff) |
Typo
Diffstat (limited to 'src/libexpr/flake')
-rw-r--r-- | src/libexpr/flake/lockfile.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/flake/lockfile.hh b/src/libexpr/flake/lockfile.hh index 4616a77f6..868ab89ad 100644 --- a/src/libexpr/flake/lockfile.hh +++ b/src/libexpr/flake/lockfile.hh @@ -67,7 +67,7 @@ struct LockFile std::optional<FlakeRef> isUnlocked() const; bool operator ==(const LockFile & other) const; - // Needed for old gcc versions that don't syntethise it (like gcc 8.2.2 + // Needed for old gcc versions that don't synthesize it (like gcc 8.2.2 // that is still the default on aarch64-linux) bool operator !=(const LockFile & other) const; |