Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos. #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ is provided below:
--------------------------------------------------------------------------

Copyright (C) 2009 Kevin Porter / Advanced Web Construction Ltd
Copyright (C) 2010-2014 Ruediger Meier
Copyright (C) 2010-2015 Ruediger Meier
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPYRIGHT

Copyright (c) 2009 Kevin Porter / Advanced Web Construction Ltd
(http://coding.tinternet.info / http://webutils.co.uk)
Copyright (c) 2010-2014 Ruediger Meier <[email protected]>
Copyright (c) 2010-2015 Ruediger Meier <[email protected]>
(https://github.com/rudimeier/)

License: BSD-3-Clause, see LICENSE file
Expand Down
2 changes: 1 addition & 1 deletion read_ini.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Copyright (c) 2009 Kevin Porter / Advanced Web Construction Ltd
# (http://coding.tinternet.info, http://webutils.co.uk)
# Copyright (c) 2010-2014 Ruediger Meier <[email protected]>
# Copyright (c) 2010-2015 Ruediger Meier <[email protected]>
# (https://github.com/rudimeier/)
#
# License: BSD-3-Clause, see LICENSE file
Expand Down
4 changes: 2 additions & 2 deletions test/test1.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ var4="VAR 4"
; not become part of the value
var5 = " VAR 5 "

; var6 - value in double quotes; value's leading and trailing whitespace should
; be preserved; leading and trailing whitespace before/after double quotes should
; var6 - value in single quotes; value's leading and trailing whitespace should
; be preserved; leading and trailing whitespace before/after single quotes should
; not become part of the value
var6 = ' VAR 6 '

Expand Down
2 changes: 1 addition & 1 deletion test/test9.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

; Testing quoted quotes (didnt't worked in 0.3)
; Testing quoted quotes (didn't work in 0.3)

; code injection
var1="" ls "."
Expand Down