From 9164d1568cb49453abfbab46a52e9a983bca2f85 Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 5 Dec 2021 09:53:15 +0000 Subject: [PATCH] dab: fix typo in comment --- games/dab/box.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games/dab/box.h b/games/dab/box.h index 6ed1b36ea4bb..3208369cf223 100644 --- a/games/dab/box.h +++ b/games/dab/box.h @@ -1,4 +1,4 @@ -/* $NetBSD: box.h,v 1.3 2021/12/05 09:22:45 rillig Exp $ */ +/* $NetBSD: box.h,v 1.4 2021/12/05 09:53:15 rillig Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. @@ -67,7 +67,7 @@ class BOX { int& name(void); int& edge(int e); - // Edge maniputations + // Edge manipulations void set(int e); void clr(int e); int isset(int e) const;