Browse Source

Fix botched docstring

Alois Mahdal 5 years ago
parent
commit
cc65d8c811
1 changed files with 2 additions and 3 deletions
  1. 2
    3
      src/include-bash/sfpi.sh

+ 2
- 3
src/include-bash/sfpi.sh View File

@@ -159,9 +159,8 @@ sfpi__is_compat() {
159 159
     # True if plugin $1 is compatible
160 160
     #
161 161
     # Load plugin in subshell and look for compatibility function.  If
162
-    # such function exists, it's called without arguments and 
163
-    # just to call its compatibility function
164
-    # and let it decide if it's compatible with this environment.
162
+    # such function exists, it's called without arguments and if exit
163
+    # status is zero, plugin is compatible.
165 164
     #
166 165
     # If plugin has no compatibility function, it's considered
167 166
     # compatible.