diff options
author | klemens <ka7@github.com> | 2017-04-16 20:49:32 +0200 |
---|---|---|
committer | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2018-12-20 22:29:09 +0100 |
commit | aded22555eeb31bc032f9bc58a83762981a58391 (patch) | |
tree | 801b3a8f5b247a7690149ca2c0f3c9130f4ef249 /src/scripts | |
parent | aa6e77afb5ba7df42fcff06cac744b1f4a4105d2 (diff) |
spelling fixes
Diffstat (limited to 'src/scripts')
-rwxr-xr-x | src/scripts/Configure-os.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/Configure-os.h b/src/scripts/Configure-os.h index e9f6afd98..ae1ecf943 100755 --- a/src/scripts/Configure-os.h +++ b/src/scripts/Configure-os.h @@ -28,7 +28,7 @@ then echo "" fi rm -f os.h -# In order to accomodate for the fudge below, copy the file instead of +# In order to accommodate for the fudge below, copy the file instead of # symlinking it. Otherwise we pollute the clean copy with the fudge. cp -p ../OS/os.h-$os os.h || exit 1 |